Skip to content

Instantly share code, notes, and snippets.

@tedmiston
tedmiston / nodejs-tcp-example.js
Last active May 18, 2024 16:25
Node.js TCP client and server example
/*
In the node.js intro tutorial (http://nodejs.org/), they show a basic tcp
server, but for some reason omit a client connecting to it. I added an
example at the bottom.
Save the following server in example.js:
*/
var net = require('net');
@mbostock
mbostock / .block
Last active February 26, 2023 06:42
Hello WebGL
license: gpl-3.0