/PortChat

A terminal based local chat application

Primary LanguageCGNU General Public License v3.0GPL-3.0

Port based chat

Build Status

To chat, use netcat to connect to server and send it messages

To build the project, use make build to build it. To run the project, use make run port=8080 with 8080 being the port number to open. Also, can be run using ./main 8080.