Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Apps and Tutorials

Joe O'Regan


Multiplayer Browser Games

Multiplayer browser games using JavaScript and Node.js

Connect 5

Connect 5

So far, only single player (working on it) Azure Link


Tanks

Multiplayer Browser Game

Instructions

  1. Install Node.js
  2. Initialise NPM (from root directory type the following commands in command prompt)
npm init
npm install --save express socket.io
  1. Run the server
node server.js
  1. navigate to http://localhost:5000

Tic Tac Toe

JavaScript Tic Tac Toe Tutorial


Chat

Simple Chat Application

Attempt at creating a chat app similar in style to Messenger


Links

  1. HackerNoon: How to build a Multiplayer Browser Game (Part 1)
  2. JavaScript Tic Tac Toe Tutorial
  3. NodeSchool
  4. Node.js Download
  5. LinkedIn Learning: Building Complex Expresss Sites with Redis and Socket.IO (May require subscription)

Used by

Contributors

Languages