https://github.com/wondervictor/rina
Computer Networks Course Project
https://github.com/wondervictor/rina
computer-network socket
Last synced: 3 months ago
JSON representation
Computer Networks Course Project
- Host: GitHub
- URL: https://github.com/wondervictor/rina
- Owner: wondervictor
- License: mit
- Created: 2017-10-01T16:06:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T17:27:40.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:35:58.566Z (5 months ago)
- Topics: computer-network, socket
- Language: C++
- Size: 916 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rina
Computer Networks Course Project## Introduction
Chatting Room based on socket and TCP
# Features
1. Client can process many tasks in the meantime (Multi-thread)
2. Request Queue
3. Sever can work with high concurrency## Licence
This project is under the **MIT Licence**