Skip to content

a simple web based chat app made in rust using htmx, axum + askama, tailwindcss, and sqlite.

Notifications You must be signed in to change notification settings

cybergaz/rusty_chat

Repository files navigation

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

About

a simple web based chat app made in rust using htmx, axum + askama, tailwindcss, and sqlite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages