Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 408 Bytes

File metadata and controls

11 lines (7 loc) · 408 Bytes

Game Backend in NodeJS

This backend is intended to implement features that require a centralized server for our browser based game.

It will mainly focus on being a websocket and database controller.

Design Specifications

  • Chat via websockets, keeping track of who is who by IP/fingerprinting.
  • Track high scores
  • Provide stats on how many players are playing and what they are doing