Skip to content

This project is a simple implementation of a Chat-Server developed with Boost.Asio library.

Notifications You must be signed in to change notification settings

chios202/BoostAsio-Chat-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

BoostAsio-Chat-Server

This is a Chat-Server developed with Boost.Asio library, it works in a non-blocking asynchronous and multi-threaded manner. Boost dependecy is required in order for this application to work, you can follow the steps provided here.

Build instructions:

  • mkdir build && cd build
  • cmake ..
  • make

How to run:

After you have built your project, you can follow the next steps:

1. Start the server with ./server. Now it can start listening for incoming connections.
2. Start one or more clients with ./client {your_username}.

About

This project is a simple implementation of a Chat-Server developed with Boost.Asio library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published