make readme slightly more clear
Some checks failed
Lint / Lint (push) Has been cancelled

This commit is contained in:
laura 2025-11-09 14:01:49 -03:00
parent 2a05345589
commit 54fe716d34
Signed by: w
GPG key ID: BCD2117C99E69817

View file

@ -1,13 +1,14 @@
# 🕸️ cobweb
a lightweight, tiny web framework for deno designed for dynamic no-js
applications
a lightweight, tiny web framework for deno tailored for dynamic
no-js applications
# status
- [x] type-safe routing
- [x] html streaming support
- [x] http streaming
- [x] precompiled jsx runtime
- [x] support async generators in jsx
- [x] safely defer html streams
- [x] deferred rendering through iframes
- [x] tokenized routing-based isolation layer