matricali / simple-client-server-chat

A simple socket programming which creates a TCP connection between terminals on linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple socket programming which creates a TCP connection between terminals on linux.

License:MIT License


Languages

Language:C++ 98.2%Language:Makefile 1.8%