fercgomes / piupiu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

mkdir build
cd build
cmake -USE_GUI=OFF ..
make

Running the server

./bin/Server

The server binds to 0.0.0.0:5000.

Running the client

./bin/Client username serverip serverport

Available commands

FOLLOW username

SEND message

When you send a message, it broadcasts it to the users who are following you.

About


Languages

Language:C++ 72.6%Language:CMake 25.4%Language:Python 1.9%