https://github.com/asiolelab/simple-chat
Write a very simple chat server that should listen on TCP port 10000 for clients. The chat protocol is very simple, clients connect with "telnet" and write single lines of text. On each new line of text, the server will broadcast that line to all other connected clients. Your program should be fully tested too. (provide a link to your solution)
https://github.com/asiolelab/simple-chat
java javascript socket websocket
Last synced: about 2 months ago
JSON representation
Write a very simple chat server that should listen on TCP port 10000 for clients. The chat protocol is very simple, clients connect with "telnet" and write single lines of text. On each new line of text, the server will broadcast that line to all other connected clients. Your program should be fully tested too. (provide a link to your solution)
- Host: GitHub
- URL: https://github.com/asiolelab/simple-chat
- Owner: asioleLab
- Created: 2022-08-05T08:10:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T13:12:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T01:16:08.730Z (about 1 year ago)
- Topics: java, javascript, socket, websocket
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0