Skip to content
railsengines.com

Turbo Live

Async, progressively enhanced, live components for Ruby applications that work over Websockets and HTTP

No ratings yet
Gem
turbo_live
Repository
radioactive-labs/turbo_live
License
MIT
Stars
27
Added
August 12, 2026

About

Async, progressively enhanced, live components for Ruby applications that work over Websockets and HTTP.

TurboLive is a Ruby gem that enables the creation of async, progressively enhanced, live components for Ruby applications. It works seamlessly over both WebSockets and HTTPS, providing real-time interactivity with graceful degradation.

What you get

  • Installation
  • Setup
  • Rails Routes
  • Stimulus Controller
  • ActionCable (Optional)
  • Serializer Configuration
  • Usage

Mounting it

ruby
# Gemfile
gem "turbo_live"

# config/routes.rb
mount TurboLive::Engine, at: "/turbo-live"

Details

27 stars on GitHub · MIT licensed · maintained by radioactive-labs. Source: https://github.com/radioactive-labs/turbo_live

Discussion (0)

Sign in to join the discussion.

No comments yet.