Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Real-Time Multi-User Whiteboard Applicationfaq page #534

Closed
wants to merge 1 commit into from

Conversation

shubhagarwal1
Copy link
Contributor

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

  1. Open the application in multiple browser tabs or windows.
  2. Click and drag your mouse on the canvas to draw.
  3. All connected users will see your drawings in real-time.

How to Run

  1. Install Required Libraries:
    Make sure you have Flask and Flask-SocketIO installed. You can install them using pip:

    pip install Flask Flask-SocketIO

Copy link

👋 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!

@github-actions github-actions bot requested a review from UTSAVS26 October 12, 2024 20:25
@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers. level1 gssoc-ext hacktoberfest labels Oct 13, 2024
@github-actions github-actions bot force-pushed the main branch 5 times, most recently from 774a759 to f014edc Compare October 31, 2024 02:44
@github-actions github-actions bot force-pushed the main branch 2 times, most recently from 609b090 to c1dc75e Compare November 7, 2024 02:42
@ruhi47 ruhi47 self-requested a review November 8, 2024 19:54
Copy link

@ruhi47 ruhi47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ruhi47 ruhi47 self-requested a review November 8, 2024 20:02

### 2. `app.py`

```python
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @shubhagarwal1 ,
Please remove this, it is showing error. Otherwise program works fine, will approve once updated.
Thanks!

@ruhi47 ruhi47 added the Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. label Nov 8, 2024
@UTSAVS26 UTSAVS26 closed this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. Status: Review Ongoing 🔄 PR is currently under review and awaiting feedback from reviewers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Code Addition Request]: ADD Real-Time Multi-User Whiteboard Application.
3 participants