what if I told you that you could make a simple socket.io whiteboard and permanently persist the drawings?
First, install mongoDB using the package manager of your choice. Then fire it up with the default settings.
Clone this repository, and run npm install
to pull in the dependencies (express, socket.io, mongo driver).
Run node index.js
to start the server on port 3000.