Skip to content

Instantly share code, notes, and snippets.

View satish-singh-devbha's full-sized avatar

Satish Singh Devbha satish-singh-devbha

View GitHub Profile
@satish-singh-devbha
satish-singh-devbha / README.md
Created September 15, 2023 09:36 — forked from kfox/README.md
TCP echo server for Node.js

TCP echo server for Node.js

Usage

  1. Make sure you have a modern-ish version of Node.js installed.
  2. Type npx https://gist.github.com/kfox/1280c2f0ee8324067dba15300e0f2fd3
  3. Connect to it from a client, e.g. netcat or similar: nc localhost 9000