You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git clone https://github.com/alphadose/Alpha-Chat
$ cd Alpha-Chat && make help
Alpha-Chat: A chat ecosystem built purely in C
* server: Build the server
* client: Build the client
* all: Build the server and client
* clean: Remove project binaries
Build project binaries
$ make all
* Building Server
* Building Client
* Done
Hosting the Chat-Server
$ ./server <port>
Starting server.
Waiting for incoming connections...