Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 522 Bytes

Chatex

A simple client-server messaging application based on Boost Asio The "nlohmann" library was used for json

Targets:

  • server_starter - starting the server.
  • client_starter - client launch.


Available commands:

- register - registration on the server.
- login - login.
- logout - logout.
- HELLO - sends HELLO to the server.
- message - send message to all users (anonymous or with your login).
- ping - ping of the server (don't print response).
- stop - stop the server.
- help - list of commands.