Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created September 10, 2011 22:01
Show Gist options
  • Save Raynos/1208856 to your computer and use it in GitHub Desktop.
Save Raynos/1208856 to your computer and use it in GitHub Desktop.
require("http").createServer(function(req, res) {
res.end("BROWSER SHARING WITH NODE AND JS");
}).listen(80);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment