Skip to content

RACE-Game/racepoker-transactor

Repository files navigation

RACE Poker Transactor

Transactor is the server used to serve the game logic. It acts as reconciler and relay, knows nothing about the hidden game information.

How to build

npm i # for the first time
npm run release

The bundle is a single JS file at ./dist/index.js.