cogs_mirror/README.md

15 lines
495 B
Markdown
Raw Permalink Normal View History

2024-11-11 20:32:35 +00:00
# Cogs - Rust in HTML
Cogs is a fullstack framework for building HATEOAS-based web applications using a custom templating language that compiles directly to highly-optimized Rust code.
[HTMX](https://htmx.org/) is recommended alongside Cogs as the frontend piece of the HATEOAS stack.
## Roadmap
2024-12-04 17:25:47 +00:00
- [x] Basic syntax and parsing
- [x] Code generation
- [x] Basic axum example
- [ ] Full axum integration
2024-11-11 20:32:35 +00:00
- [ ] (?) Custom codegen based HTMX alternative
- [ ] (?) WASM-based "Client Components"