An approach to REXKET (React-Express-Socket.IO)
http://geo-skribbl.herokuapp.com
Pull Docker image:
docker pull lordmani/geo-skribbl:latest
Uses Socket.IO for real-time duplex communication.
- Realtime chat
- Realtime canvas drawing
- Private rooms and codes
Also, React is configured from scratch to run along with Express on the same port (5050).
Four different windows at a same time (Drawing):

Clone the repo and run the following command to get started:
npm run express //for production
npm run wexpress //for developmentRun within docker container
docker-compose up