https://github.com/raboro/web-app-comparison
Compare multiple languages with specific stacks to build the same web app
https://github.com/raboro/web-app-comparison
Last synced: 2 months ago
JSON representation
Compare multiple languages with specific stacks to build the same web app
- Host: GitHub
- URL: https://github.com/raboro/web-app-comparison
- Owner: Raboro
- Created: 2024-06-29T13:08:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:20:24.000Z (4 months ago)
- Last Synced: 2025-02-02T17:54:34.686Z (4 months ago)
- Language: Rust
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-app-comparison
TODO web app in multiple languages to compare the different approaches and stacks
## Languages
- [x] Rust with Rocket
- [ ] Rust with Dioxus
- [ ] Go
- [ ] Elixir## Tech Stacks
### Rust with Rocket
- Rocket (Web Framework)
- Askama (Templating Engine)
- HTMX
- TailwindCSS### Rust with Dioxus
- Dioxus### Go
- HTMX
- Templ
- TailwindCSS