Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 441 Bytes

File metadata and controls

15 lines (9 loc) · 441 Bytes

Collaborative notes and canvas drawings with Node.JS and Socket.io

This is my course project in "Web Application Design".
It is a collaborative note and drawing app implemented in Node.JS (Express Framework) and Socket.io.

Example

Watch the video

How to run the app

npm install
npm start

Don't forget to star this repo ;)