sidekiq job status back to browser

Hi,

There was a post in this forum saying it is possible to stream the way of transition the sidekiq job status back to browser with rails 4, but it didn't include too much details.

Does anyone know anything about this new technology? What is it and how to let browser know a job is completed. I don't want to use the live poll method and send query in a fixed interval from the browser side to server.

Is 'ActionController::Live' what you're referring to?

Hassan Schroeder wrote in post #1140691:

Is 'ActionController::Live' what you're referring to?

Yes, this is the module/class that pushes notifications back to client browser side using the server-sent event. That's COOL!