You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real-time collaborative canvas board using React, Node and SocketIO. Users can share a canvas board, where anyone can write and draw different text, shapes or diagrams and other users can see it in real-time
Install server and client dependenices. Do 'npm install' at the root level and inside client folder (ui folder)
From the root level, do 'npm run dev'. This will concurrently start server and client
About
Real-time collaborative canvas board using React, Node and SocketIO. Users can share a canvas board, where anyone can write and draw different text, shapes or diagrams and other users can see it in real-time