https://github.com/driftingruby/408-broadcasting-progress-from-background-jobs
In a previous episode, we had created a custom ActionCable channel to assist in broadcasting updates from a background job. With the introduction of Turbo, we can simplify this process as we look at a few different approaches in displaying a progress bar with real time updates from background jobs.
https://github.com/driftingruby/408-broadcasting-progress-from-background-jobs
background hotwire-stimulus hotwire-turbo jobs real-time-progress-bar
Last synced: about 1 year ago
JSON representation
In a previous episode, we had created a custom ActionCable channel to assist in broadcasting updates from a background job. With the introduction of Turbo, we can simplify this process as we look at a few different approaches in displaying a progress bar with real time updates from background jobs.
- Host: GitHub
- URL: https://github.com/driftingruby/408-broadcasting-progress-from-background-jobs
- Owner: driftingruby
- Created: 2023-07-02T18:10:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T18:10:25.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T08:31:20.266Z (about 1 year ago)
- Topics: background, hotwire-stimulus, hotwire-turbo, jobs, real-time-progress-bar
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/broadcasting-progress-from-background-jobs/edit
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...