Skip to content

iljakumlander/tictactoe-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published