An open API service indexing awesome lists of open source software.

https://github.com/fristonio/socket-chatapp

A basic chat app writtern purely in c
https://github.com/fristonio/socket-chatapp

socket-chatapp socketserver terminal-chat

Last synced: about 1 year ago
JSON representation

A basic chat app writtern purely in c

Awesome Lists containing this project

README

          

# Socket ChatApp

> A simple multi client chat app made in C

## Usage :

* Clone the repository `git clone https://github.com/fristonio/Socket-Chatapp.git`
* Go to repository root
* Use command `make all` to get the executable
* Start the server by running executable. `./server [port]`
* Connect to the server using client binary. `./client [port]`
* You can connect to sever using telnet or netcat also using
* `netcat 127.0.0.1 [port]` or `telnet 127.0.0.1 [port]`