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

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)

Awesome Lists containing this project