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 # 🕸️ cobweb
a lightweight, tiny web framework for deno designed for dynamic no-js a lightweight, tiny web framework for deno tailored for dynamic
applications no-js applications
# status # status
- [x] type-safe routing - [x] type-safe routing
- [x] html streaming support - [x] http streaming
- [x] precompiled jsx runtime - [x] precompiled jsx runtime
- [x] support async generators in jsx
- [x] safely defer html streams - [x] safely defer html streams
- [x] deferred rendering through iframes - [x] deferred rendering through iframes
- [x] tokenized routing-based isolation layer - [x] tokenized routing-based isolation layer