Skip to content

amirzia/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messenger

An asynchronous, multithreaded chat server using Boost.Asio.

Demo

demo

Build and run

To build the server, client, and test binaries issue:

cmake -S . -B build
cmake --build build

First, run the server on localhost:

./build/src/server <port>

Then, run the clients:

./build/src/client <port> <username>

Test

./build/test/main_test

About

Multithreaded chat server written in C++ 17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published