readme improvements

This commit is contained in:
Borodinov Ilya 2024-11-11 23:32:35 +03:00
parent bd082b186b
commit 86530202b3
Signed by: noth
GPG key ID: 75503B2EF596D1BD
2 changed files with 15 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# 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
- [ ] Basic syntax and parsing
- [ ] Code generation
- [ ] (?) Custom codegen based HTMX alternative
- [ ] (?) WASM-based "Client Components"

3
SYNTAX.md Normal file
View file

@ -0,0 +1,3 @@
# Syntax
TODO