Turbo Django

Turbo Django is a project that integrates the Hotwire Turbo framework with Django, allowing for rendered page updates to be delivered over websockets. By keeping template rendering in Django, dynamic and interactive web pages can be written without any serialization frameworks or JavaScript, dramatically simplifying development.

Warning

Both Turbo and this library are under development. Be sure to pin requirements to avoid issues with API changes.