A simple SVG drawing pad. This app is just a learning experience for SVG development. I've deployed it on my personal site, please go (https://ewo.xyz) and check it out.
Here is a running screenshot of this app.
- NodeJS
- MongoDB
git clone https://github.com/edwardwohaijun/draw
cd draw
npm install
npm run build
node app.js
Open browser and go to http://127.0.0.1:3001/draw, you can open 2 tabs to experience the collaborative editing.
This project is licensed under the MIT License.