/sudoku-backend

Multiplayer sudoku game

Primary LanguageTypeScriptMIT LicenseMIT

sudoku-backend

Multiplayer sudoku build with NodeJs, Redis and Socket.io.

Frontend

Requirements

  • Redis

Running the project in development

npm run watch # Transpile typescript
npm run dev # Start the server on port 5001 by default

Running the project in production

npm run build
npm run start