Skip to content

Releases: elementallyXD/GL_Server-Client

GL_Server_Client_1

13 May 16:36
7eae667
Compare
Choose a tag to compare
GL_Server_Client_1 Pre-release
Pre-release

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.