Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvf4z7/cpp_chat_server
A multi-threaded chat server written in C++
https://github.com/mvf4z7/cpp_chat_server
Last synced: 18 days ago
JSON representation
A multi-threaded chat server written in C++
- Host: GitHub
- URL: https://github.com/mvf4z7/cpp_chat_server
- Owner: mvf4z7
- Created: 2015-07-26T21:24:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T21:29:14.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:58:31.459Z (3 months ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.