#Real Time on Appsmith

1 messages · Page 1 of 1 (latest)

lone wing
#

I have a database that is constantly changing, I want to know if appsmith has any tool or function to make real time of those functions and not have to make a request to my endpoint every x seconds.

midnight warrenBOT
#

Hi There!
Thanks for reaching out to us. One of our engineer will be with you shortly.

If you are stuck with an issue/error, please help us with following information.

  1. Which version of Appsmith are you on?
  2. Provide screenshots/screen recordings of the original error/code snippet.
  3. Add details about your use case and provide steps to reproduce the issue, if
    possible.
#

Hey! I don't think this is currently possible in appsmith. Could you elaborate
your use case here? Is it just a real time dashboard of sorts?

lone wing
#

It is a dashboard that must change the lights and colors of specific lanes of an automatic belt that transports products, in addition to the management of sessions for the receipt of products.

In the video I show only an example with a button of the sessions, but it makes me 1 request every 1 second, it is not like in apsync that uses the topic of the subscriptions for the real time.

#

The detail is that the project is local, and it is not feasible to have many requests to consult the status of the elements.

midnight warrenBOT
#

Thanks for sharing your use case with us.
We have this feature request to allow connection to web sockets on our radar:
https://github.com/appsmithorg/appsmith/issues/1866
Please check and comment there with your use case, as it would help us
prioritize it.

As of today, unfortunately, the only way to get real-time data would be to use
intervals to run an API/query periodically:
https://docs.appsmith.com/reference/appsmith-framework/widget-actions/intervals-time-events
[https://docs.appsmith.com/reference/appsmith-framework/widget-actions/intervals-time-events]

GitHub

Summary Allow developers to connect to web sockets to build apps that can subscribe to events and real-time databases. Motivation Reddit comment: I'm missing an option to communicate over a...

lone wing
#

Perfect, Thanks ❤️

midnight warrenBOT
olive geode
#

Hi, I would like to know if someone has managed to integrate Firebase Realtime? I have several clients that ask me for a dashboard, however they use Firebase Realtime