You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compile, simply run "make" on the root directory. To run the program, you will need two separate bash/terminal windows, where you should run "make server" for the server, and "make client" for the client in each of them.
Once you no longer want to run the application, simply type and enter "bye" in either the client of server sides of the application. It will end the connection.
About
A simple connection within the local host with a client and server sides, which both write and read from one another simultaneously.