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
- Host: GitHub
- URL: https://github.com/fristonio/socket-chatapp
- Owner: fristonio
- Created: 2017-05-09T20:40:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-24T10:07:34.000Z (about 8 years ago)
- Last Synced: 2025-03-27T06:44:49.538Z (about 1 year ago)
- Topics: socket-chatapp, socketserver, terminal-chat
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]`