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

Discussion room: Text chatting through web sockets #3272

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

krrish-sehgal
Copy link
Contributor

@krrish-sehgal krrish-sehgal commented Jan 25, 2025

fixes #3263.
features: 1. Create/delete room and start real time text conversation.
Prerequisites: Website needs to run in asgi mode.

Screen.Recording.2025-01-27.at.1.09.07.AM.mov

@krrish-sehgal krrish-sehgal marked this pull request as draft January 25, 2025 10:19
@krrish-sehgal krrish-sehgal marked this pull request as ready for review January 26, 2025 19:46
@krrish-sehgal
Copy link
Contributor Author

@DonnieBLT sir , this is 1st PR to fix the collboration rooms issue.
Can you please review this .

@krrish-sehgal
Copy link
Contributor Author

@DonnieBLT Sir , like you said that asgi uvicorn application could take up memory to support real time socket connections but using sockets is the best way to approach this issue.
Is there any other approach that you will like me to follow for this issue?

@DonnieBLT
Copy link
Collaborator

This is fine, I’m trying to reduce the memory further before making the switch. We don’t need the stripe module and I think there are a few others we can refactor out.

@krrish-sehgal
Copy link
Contributor Author

Sure sir, I'll refactor it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GSOC 2025 project Real time collaboration rooms
2 participants