-
Notifications
You must be signed in to change notification settings - Fork 166
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
Feature/web socket #43
Feature/web socket #43
Conversation
This is web socket implementation. Q: Why so many file changes ?? Note: Main file/folders to focus on ws/src/ |
Hey @hkirat , I know this is not the best please have a look on four files that I have mentioned in previous comment. |
Screen.Recording.2024-08-31.at.10.29.50.PM.movLocal sample of current logic -> i am running 2 instance of the ws server. @hkirat |
2. Added security for wss using jwt. 3. Added prisma in wss.
2. Added example env fixes
2. Reverted to youtube-search-api library
Hey @hkirat, Updated web-socket logic according to new changes. |
Looks good. But can you please resolve the conflicts |
Hey @SujithThirumalaisamy , I have updated build.yml according to my understanding please check that. |
Thankyou so muck. Great work. Testing it in local |
#27