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.