A remote service to support online multiplayer for the game.
Refer to https://github.com/iljakumlander/tictactoe for client code.
npm install
Application builds on port 5000
by default, to change default value, create .env
file with this content:
PORT=5000
Modify .env
file and add ORIGIN
property to set speceific access origin (defaults to *
).
ORIGIN=*
npm start