This commit is contained in:
parent
2a05345589
commit
54fe716d34
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue