Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakeburden/user-tcp-chat


https://github.com/jakeburden/user-tcp-chat

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# user tcp chat

## a server that sends the data it recieves from a client to all other connected clients with the username of the sender prepended to the message.

### usage

Start the server with `node server`

Open a few terminals and run `node client `.

Type a message in one terminal and see it appear in all the others!