Replies: 9 comments 3 replies
|
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. |
|
I think I found a use case that would benefit from web support: I am working on a POC I will be looking into |
Uh oh!
There was an error while loading. Please reload this page.
Thanks for the good work.
All reactions