Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 445 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 445 Bytes

Turbo Django Test

This repository contains a demonstration of Hotwire - an alternative approach to develop modern web applications without using much JavaScript by sending HTML instead of JSON over the wire.

Turbo, a set of complementary techniques for speeding up page changes and form submissions, dividing complex pages into components, and stream partial page updates over WebSocket is integrated with Django to build a basic chat server.