Releases: elementallyXD/GL_Server-Client
Releases · elementallyXD/GL_Server-Client
GL_Server_Client_1
Wrote a server and a client. They are made as an asynchronous echo server and echo client. Written using the Boost library.
Both server and client have a command-line interface. This interface is written using the CLI library.
The server has functions for starting, stoping, and setting the server port. The client has a function for connecting and sending messages to the server. Also, both have "help" and "exit" functions.