Frontend development and real-time collaboration logic
Chalkboard is a real-time collaborative whiteboard application where multiple users can draw simultaneously on a shared canvas. The project focuses on synchronizing drawing actions across connected clients to create a smooth, shared interaction experience.
The application uses event-driven communication to keep drawing actions synchronized across connected clients in real time.
The project successfully demonstrates real-time multi-user collaboration on a shared canvas and strengthened understanding of event-driven communication and real-time frontend systems.