https://github.com/selfint/astra
Rust web application framework
https://github.com/selfint/astra
Last synced: 10 months ago
JSON representation
Rust web application framework
- Host: GitHub
- URL: https://github.com/selfint/astra
- Owner: selfint
- License: mit
- Created: 2023-04-08T14:08:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T18:30:48.000Z (about 3 years ago)
- Last Synced: 2025-02-14T08:49:13.055Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astra
Rust web application framework.
In contrast to other Rust web frameworks, this framework compiles code
to plain javascript (more like [Svelte](https://svelte.dev/)).
It will use the same reactivity model of [SolidJs](https://www.solidjs.com/tutorial/introduction_signals).
This project is meant as a learning exercise for me, on how web frameworks work.