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