readme improvements
This commit is contained in:
parent
bd082b186b
commit
86530202b3
2 changed files with 15 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal 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
3
SYNTAX.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Syntax
|
||||
|
||||
TODO
|
Loading…
Reference in a new issue