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

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.

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