Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeburden/user-tcp-chat
https://github.com/jakeburden/user-tcp-chat
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakeburden/user-tcp-chat
- Owner: jakeburden
- Created: 2015-11-21T17:33:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T17:36:48.000Z (about 9 years ago)
- Last Synced: 2024-04-16T00:31:03.717Z (9 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
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!