iljakumlander / tictactoe-remote

A remote service to support online multiplayer for the game

Home Page:https://www.ilja.ee/tictactoe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knots and crosses multiplayer server

A remote service to support online multiplayer for the game.

Refer to https://github.com/iljakumlander/tictactoe for client code.

Installation

npm install

Port configuration in .env file

Application builds on port 5000 by default, to change default value, create .env file with this content:

PORT=5000

CORS

Modify .env file and add ORIGIN property to set speceific access origin (defaults to *).

ORIGIN=*

Run

npm start

About

A remote service to support online multiplayer for the game

https://www.ilja.ee/tictactoe/


Languages

Language:JavaScript 100.0%