PyVerse
PyVerse copied to clipboard
add Real-Time Multi-User Whiteboard Applicationfaq page
fix: #527
Real-Time Multi-User Whiteboard Application
Objective
This is a real-time multi-user whiteboard application implemented in Python using Flask and Socket.IO. Users can draw on a shared canvas simultaneously, and their drawings are synchronized in real-time across all connected clients.
How to Play
- Open the application in multiple browser tabs or windows.
- Click and drag your mouse on the canvas to draw.
- All connected users will see your drawings in real-time.
How to Run
-
Install Required Libraries: Make sure you have Flask and Flask-SocketIO installed. You can install them using pip:
pip install Flask Flask-SocketIO
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!
Feel free to join our community on Discord to discuss more!