Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuzhucheng/multichat
multichat uses Java sockets and Concurrency APIs to simulate a chat session between multiple parties. One party will serve as a server and all other parties will act as clients.
https://github.com/tuzhucheng/multichat
Last synced: 17 days ago
JSON representation
multichat uses Java sockets and Concurrency APIs to simulate a chat session between multiple parties. One party will serve as a server and all other parties will act as clients.
- Host: GitHub
- URL: https://github.com/tuzhucheng/multichat
- Owner: tuzhucheng
- Created: 2013-09-05T02:29:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-07T16:39:39.000Z (over 11 years ago)
- Last Synced: 2024-11-08T12:13:53.865Z (2 months ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
multichat
=========multichat uses Java sockets and Concurrency APIs to simulate a chat session between multiple parties. One party will serve as a server and all other parties will act as clients.