https://github.com/rileyjshaw/tiny-tcp
:speech_balloon: Really little node tcp chat server.
https://github.com/rileyjshaw/tiny-tcp
Last synced: 7 months ago
JSON representation
:speech_balloon: Really little node tcp chat server.
- Host: GitHub
- URL: https://github.com/rileyjshaw/tiny-tcp
- Owner: rileyjshaw
- Created: 2014-03-18T00:30:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-18T00:40:31.000Z (over 11 years ago)
- Last Synced: 2025-02-01T07:22:17.147Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tiny tcp
========A really little chat server written in Node.js
## Usage
To run the server, just navigate to the directory and type
```
node server.js
```To connect, netcat with
```
nc localhost 4000
```If you want to run a server over your network, just tweak where it's being served
## Credits
Based entirely off of the final example shown [here](http://build-podcast.com/node/)