Skip to content

Instantly share code, notes, and snippets.

View rafael-garcia's full-sized avatar

Rafael Matheus Garcia rafael-garcia

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