https://github.com/matricali/simple-client-server-chat
A simple socket programming which creates a TCP connection between terminals on linux.
https://github.com/matricali/simple-client-server-chat
chat-server client example multithreading server socket
Last synced: 9 months ago
JSON representation
A simple socket programming which creates a TCP connection between terminals on linux.
- Host: GitHub
- URL: https://github.com/matricali/simple-client-server-chat
- Owner: matricali
- License: mit
- Created: 2017-12-11T01:04:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T06:11:58.000Z (about 8 years ago)
- Last Synced: 2025-04-15T15:13:16.054Z (9 months ago)
- Topics: chat-server, client, example, multithreading, server, socket
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# C++ Sockets - Simple client/server chat application for Linux platforms
A simple socket and threading implementation which creates a chat server able to connect one or more clients.
# Requirements
1. `g++` compiler
2. A text editor