A minimal browser real-time pictionary game using WebSockets. Generate words, create rooms, customize your brush -- live drawings are transmitted instantly to anyone with the same link.
npm install
npm run dev
npm start
gcloud config set project myproject
gcloud app browse
npm deploy
- Add webaudio on main web-app
- Build out a Redis cache to do room managment -- this will actually let us scale horizontally on the main app