The server is designed to receive and display messages.
Operations are non-blocking, so a large number of messages can be received simultaneously.
With Boost.Asio
- Start the server.
- Connect to the server via Telnet.
- Send requests.
- Make sure you have CMake, Git, and a release version of CMake installed.
- Open the project folder.
- CMake will automatically pull all required dependencies, and the project will be ready (this process may take a very long time).