Run make in the repository
make
to install programmake clean
to clean from object filesmake uninstall
to uninstall program
./c_server [port]
to run server
You can get client here
After installing there is account admin
with password qwerty
Chatroom for 50 users with few commands and authorization system.
- Sending messages;
- Sending private messages;
- Signing up & signing in;
- Changing nickname & password;
\login [nickname] [password] - sign in
\register [nickname] [password] - sign up
\name [nickname] - change nickname
\passwd [old] [new] - change password
\pm [user] [message] - send private message
\online - print online users list
\h \help - print available commands list
\q \quit - leave server
Simple chatroom for 50 users.
- Sending messages;
- Changing nickname;