Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 538 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 538 Bytes

Rusty-Chat

Rusty Chat is a simple web based chat app writen in rust.

The Web Stack

  • Htmx
    • Htmx is used for client side reactivity.
  • Axum + Askama
    • Axum is used to manage the server.
    • Askama is used as the template engine.
  • Tailwindcss
    • Tailwindcss is used for css styling.
  • Sqlx
    • Sqlx is used for database access.

Using

Windows

#building
.\build.ps1

#running
.\build.ps1

#watching
.\build.ps1

Linux

#building
./build.sh

#running
./build.sh

#watching
./build.sh