Skip to content

mDeram/sudoku-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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