-
Notifications
You must be signed in to change notification settings - Fork 36
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Will there be a web support? #18
Comments
Hi @engblnk Can you please, better explain what you have in mind by web support? |
Right :), In https://pub.dev/packages/redis it states that, this package supports iOS and Android but Web is not there. Best Regards, |
I will take a look into what can be done. Current implementation is using raw socket to connect on redis, where web browsers can communicate only trough http. @engblnk how do you plan to connect on redis? |
I get it now. I am not sure. The lists will be highly volatile, up to 5000 updates in every second. |
Handling lot of http request concurrently in web-browser, particularly in java script might be a tricky. However if your concern is performance and you are unable to aggregate requests you can try using websockets. For this you would need to get websocket translator to redis (i am not sure that redis provides websocket connection), and modify redis-dart library for support of web-sockets instead of just sockets. |
I understand now, thank you very much. |
Please let us know if any update comes for web support. |
I think it will be nether possible nor useful to have redis in web. In such a use case, a server side implementation featuring websocket communication might be more useful. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Thanks for the good work.
The text was updated successfully, but these errors were encountered: