Skip to content

Latest commit

 

History

History

turbo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rwf + Turbo

Quick start

Create the PostgreSQL database:

createdb rwf_turbo

Run the app:

cargo run

Concepts

This app demonstrates:

  1. Tight integration of Rwf with Turbo
  2. WebSockets
  3. Stimulus controllers
  4. Rwf controllers
  5. Migrations
  6. Querying the database using the ORM

And how everything ties together to build a Single Page Application.