keelerm84 / snake-js

A multiplayer implementation of snake with Node.js and HTML5 Canvas
0 stars 0 forks source link

Serve up static files and create socket.io connection #1

Closed sethetter closed 11 years ago

sethetter commented 11 years ago

Should be able to follow the socket.io documentation pretty closely for this. I suggest we use the Express web framework to server up our public folder as well.

sethetter commented 11 years ago

Done in 05bc723ef9