My attempt to create a server implementation using C
make && ./app
nc 127.0.0.1 8765
Once connected, the server will ask you for:
- room number (int)
- (if needed) limit of users in the room
- username (char set)
You can create multiple connections using netcat
Send '/exit' or