LogoLogo
  • Hatchbox Classic Support
  • Clusters
  • Providers
  • Servers
  • Apps
    • ActionCable
    • Background Workers
    • Backups
    • BitBucket
    • Cron Jobs
    • Deploy Scripts
    • Domains & DNS
    • ElasticSearch
    • File Uploads
    • Image Processing
    • Jekyll
    • Passenger
    • Postgres
    • Puma
    • Rails
    • Rake
    • React On Rails
    • Ruby Versions
    • Sitemaps
    • Sphinx
    • SSL
    • Webhooks & Auto-Deploy
    • Webpacker
  • Security
  • Support
  • Databases
    • Backup & Restore
Powered by GitBook
On this page
  • Does Hatchbox support ActionCable?
  • Can I use AnyCable instead?
  1. Apps

ActionCable

PreviousAppsNextBackground Workers

Last updated 6 years ago

Does Hatchbox support ActionCable?

Yep! We support ActionCable with both Passenger and Puma configurations.

You'll need to make sure your domains are added to the allowed request origins list otherwise ActionCable won't connect in production.

You'll also need to use the redis adapter for ActionCable to make sure that all your clients can talk to each other.

Can I use AnyCable instead?

Yes, but we don't officially support it just yet. You'll need to run the gRPC and WebSocket servers as their own processes and restart them during deployments as necessary.

https://guides.rubyonrails.org/action_cable_overview.html#allowed-request-origins
https://guides.rubyonrails.org/action_cable_overview.html#subscription-adapter