You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to several reasons, using Redis is out of the question for my project. Does dashing-rails support a use case without Redis? The original Dashing project does not have a Redis dependency, though I need to use Dashing with Rails.
The text was updated successfully, but these errors were encountered:
How do you plan to push/pull your widgets data? I had a work in progress branch that would abstract the broker in order to use something else, but I did not took the time to finish it.
They directly push the data through the web-socket. Redis is here just to help you pushing data from a separated application for example. It serves as a broker.
Now you are probably right, it should be abstracted and not mandatory.
Due to several reasons, using Redis is out of the question for my project. Does dashing-rails support a use case without Redis? The original Dashing project does not have a Redis dependency, though I need to use Dashing with Rails.
The text was updated successfully, but these errors were encountered: