par6n / xo

XO game powered by Socket.IO and jQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket XO

Simple example of how good Node is for realtime games. This project originally done for Fanavard 95 competition.

Installation & Usage

  1. Install NodeJS version >=6.0.0.
  2. Install MongoDB >= 2.0.0 and run the daemon.
  3. Clone to project to a directory.
  4. Run npm install to run required packages.
  5. Run node index to run the webserver on port 8080 or PORT env. variable.

Technologies

  • Runtime environment: NodeJS
  • Database: MongoDB
  • ORM: Mongoose
  • Web server: Express
  • View Engine: none
  • Socket component: Socket.IO
  • IDE: Visual Studio Code

About

XO game powered by Socket.IO and jQuery

License:GNU General Public License v3.0


Languages

Language:JavaScript 70.5%Language:CSS 15.4%Language:HTML 14.1%