This is just a basic C-Server made using Berkley Sockets.
These instructions will setup this server
Open terminal and type: (If you want to clone it over ssh)
git clone [email protected]:kokil87/socketsinc.git
Otherwise you can clone it over https:
git clone https://github.com/kokil87/socketsinc.git
Open the directory using cd
command and then type:
make
The default port used is 8080
, if you want to use any other port type:
make PORT=<port_number>
Just press : Ctrl + C