Skip to content

Instantly share code, notes, and snippets.

View ryan-w-moore's full-sized avatar

Ryan W Moore ryan-w-moore

View GitHub Profile
// Load the TCP Library
net = require('net');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function (socket) {
// Identify this client
@ryan-w-moore
ryan-w-moore / Penrose-Triangle.markdown
Created June 2, 2014 23:38
A Pen by Ryan W Moore.