An open API service indexing awesome lists of open source software.

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

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.