Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvf4z7/cpp_chat_server

A multi-threaded chat server written in C++
https://github.com/mvf4z7/cpp_chat_server

Last synced: about 2 months ago
JSON representation

A multi-threaded chat server written in C++

Awesome Lists containing this project

README

        

This project was for an operating systems class. Another person and myself were tasked with creating both
a chat server application and a chat client application. The code you see here is the server portion of the
project. My groupmate wrote the client portion.

The server makes use of both sockets and multi-threading.