REST API and Websocket server for Storypalette
- Serves static resources: html, images and sounds
- Serves REST API endpoints at http://api.storypalette.net
- Handles database operations
- Coordinates websocket communication between Performers and Players
npm start
- Clone repo
- Add
.env
file with secret stuff
npm run watch # requires nodemon