Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created June 13, 2010 19:16
Show Gist options
  • Save NakedMoleRatScientist/436914 to your computer and use it in GitHub Desktop.
Save NakedMoleRatScientist/436914 to your computer and use it in GitHub Desktop.
var net = require('net');
var server = net.createServer();
server.listen(7000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment