Code Monkey home page Code Monkey logo

Comments (8)

ra1u avatar ra1u commented on July 24, 2024 1

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.

from redis-dart.

abhin-vicks avatar abhin-vicks commented on July 24, 2024 1

Please let us know if any update comes for web support.

from redis-dart.

TheOneWithTheBraid avatar TheOneWithTheBraid commented on July 24, 2024 1

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.

from redis-dart.

ra1u avatar ra1u commented on July 24, 2024

Hi @engblnk

Can you please, better explain what you have in mind by web support?

from redis-dart.

engblnk avatar engblnk commented on July 24, 2024

Right :),
I intend to build a dynamic webpage, basicly updating lists of data streaming from redis.
I want use flutter web since I have already some experience in flutter.

In https://pub.dev/packages/redis it states that, this package supports iOS and Android but Web is not there.

Best Regards,
Engin

from redis-dart.

ra1u avatar ra1u commented on July 24, 2024

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?

from redis-dart.

engblnk avatar engblnk commented on July 24, 2024

I get it now. I am not sure.

The lists will be highly volatile, up to 5000 updates in every second.
@ra1u Should I consider any performance issues if I use http?

from redis-dart.

engblnk avatar engblnk commented on July 24, 2024

I understand now, thank you very much.
Now, things got complicated then it suppose to be. :)

from redis-dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.