https://github.com/dpc/node-tcp-echo-server
The simplest node tcp echo server.
https://github.com/dpc/node-tcp-echo-server
Last synced: about 1 year ago
JSON representation
The simplest node tcp echo server.
- Host: GitHub
- URL: https://github.com/dpc/node-tcp-echo-server
- Owner: dpc
- Created: 2015-07-26T00:11:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T06:22:09.000Z (about 10 years ago)
- Last Synced: 2025-04-06T17:11:16.936Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The simplest node tcp echo server, that I used as a benchmark point to compare with [mioco - Scalable, coroutine-based, asynchronous IO handling library for Rust programming language.](https://github.com/dpc/mioco).