Multiplayer browser games using JavaScript and Node.js
So far, only single player (working on it) Azure Link
- Install Node.js
- Initialise NPM (from root directory type the following commands in command prompt)
npm init
npm install --save express socket.io
- Run the server
node server.js
- navigate to http://localhost:5000
JavaScript Tic Tac Toe Tutorial
Attempt at creating a chat app similar in style to Messenger


