This is an implemntation of Tic Tac Toe using Javascript, Node.js and MongoDB. I'm using Mocha.js for testing.
My goal is to have a server running where multiple users can join and play Tic Tac Toe with each other.
To start the node server type node server.js in the console. Then navigate to the outputed port in your browser.