Skip to content

Instantly share code, notes, and snippets.

@DyxBenjamin
DyxBenjamin / README.md
Last active September 12, 2023 15:24 — 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/DyxBenjamin/59754ad621c42c192b666dd40a8773a0
  3. Connect to it from a client, e.g. netcat or similar: nc localhost 9000