Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielkucal/sample-node-server
Simple TCP/IP chat server in node.js
https://github.com/danielkucal/sample-node-server
Last synced: about 1 month ago
JSON representation
Simple TCP/IP chat server in node.js
- Host: GitHub
- URL: https://github.com/danielkucal/sample-node-server
- Owner: DanielKucal
- Created: 2016-04-27T00:00:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T00:01:20.000Z (over 8 years ago)
- Last Synced: 2023-03-01T20:22:25.698Z (almost 2 years ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple TCP/IP chat server
#### on node.js
Tested via windows telnet.### Usage
Just run command `node server.js` in cloned repository.