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

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.

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/)