This object is in archive! 

Integrating nodejs socket.io for push notifications

DjoulZ shared this idea 10 years ago
Under Consideration

All is in the title!


It was very interesting because you don't need to :

  • Send request to change component state
  • Server generate result of request (state changed)
  • Reload component state every X seconds

If state was changed but error occured, we know it only after refresh!This solution could :

  • Send request to change component state
  • Server generate result of request (state changed)
  • Send notification from server when the component state change
  • No reload component state!

What do you think about it?

Replies have been locked on this page!