FreddieBrown / PortChat

A terminal based local chat application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A terminal based local chat application

License:GNU General Public License v3.0


Languages

Language:C 94.4%Language:Makefile 5.6%