Talendar / simple_chat

Simple implementation of a chat using sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple chat

Simple implementation of a chat using sockets.

Info

  • Linux version: Ubuntu 20.04.2 LTS
  • Compiler version: gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

Instructions

Install ncurses:

sudo apt install ncurses-dev

Compiling everything:

make all

Starting the server:

make server

To close the server just type:

exit

Starting a client:

make client

To close the application as a client just type:

\exit

About

Simple implementation of a chat using sockets.

License:MIT License


Languages

Language:C++ 96.5%Language:Makefile 3.5%