Project Dump


A place to put any projects that may be of interest. These mostly just try to demonstrate certain technologies or methods.


For more projects, see GitHub »

Socket.io Console

A console for Socket.io created to help debugging. View and send events just like your app. Connect to your own server or run the tutorial.

View project »

The Webiverse

A multiplayer 3d navigable room using THREE.js and Socket.io. Graphics are smooth and works on Windows, MAC and Linux. WebGL + Web Sockets are definitely a powerful combo.

View project »

Tic Tac Toe

There are 255,168 possible ways a tic-tac-toe game can unfold. It can take JavaScript minutes to calculate all of the outcomes. Instead of calulating all of them, you can select different quantities and see how your browser compares to others.

View project »


Zombie Game

This was going to be a multiplayer RPG type game with a few different classes and moves but I was having trouble getting the graphics to be smooth.

View project »

Socket Smash

This is the second game that uses web sockets. This was modeled off Super Smash Brothers and is a multi-player game that awards points for killing eachother and also has a king of the hill aspect as well.

View project »

Socket Racing

This is a Javascript game used to demonstrate web sockets and its viability. At one point there were over 30 people connected and there wasn't any noticable lag.

View project »