Skip to content

siggibk/ChatServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

Compiled on Linux Ubuntu

Server

    g++ server.cpp api/api.cpp -o server

Client

    g++ -pthread client.cpp -o client

Run

Server

Before running:

    sudo apt install fortune-mod

Then:

    ./server

Client

    ./client localhost 23001 23002 23003

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%