-
Notifications
You must be signed in to change notification settings - Fork 7
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
Web sockets #28
Comments
@Yankovsky can I work on it? Then please assign me. |
@vj-abishek I've assigned it to you. |
@Yankovsky I'm getting some issue. So I cannot work on it. Sorry |
Hello, I just stumbled upon this repo, I've worked with websockets before and might be able to help. But I've just found this repo and I'm currently cloning it to understand the codebase, so I might need some time. If you're comfortable with it, then please assign this to me. |
@DentFuse sure, I've assigned this issue to you! |
Hello, sorry I can't completely help you with this, I've made a mock of how you could implement this here: https://github.com/DentFuse/simple-socket-chat. Thanks |
We need web sockets for fast two-way data exchange between client and server. The idea is to store all data on server and notify all clients about the changes.
We also need to integrate web sockets with nextjs.
The text was updated successfully, but these errors were encountered: