Adding README

This commit is contained in:
Denis-Cosmin Nutiu 2017-10-28 19:10:38 +03:00
parent 27e0615ec5
commit d77ed8615b

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# simplFT
This project was made for the purpose of me to learn and understand Go better and also for the Computer Networking class
that I took in Fall 2017 at UPT.
The scope of this project is to implement a simple server that handles multiple clients and allows the clients to
execute commands on it.
The client is soon to come.