a lightweight, tiny web framework for deno tailored for dynamic no-js applications
Find a file
laura 54fe716d34
Some checks failed
Lint / Lint (push) Has been cancelled
make readme slightly more clear
2025-11-09 14:01:49 -03:00
.github/workflows gh actions workflow for linting 2025-11-08 18:43:59 -03:00
scripts implementing routing and streamline tsx runtime 2025-11-08 04:52:45 -03:00
src iframe-based deferred rendering with tokenized isolation layer 2025-11-08 18:34:17 -03:00
deno.json initial reactivity code 2025-11-08 13:35:04 -03:00
deno.lock initial commit 2025-11-08 01:42:18 -03:00
example.tsx iframe-based deferred rendering with tokenized isolation layer 2025-11-08 18:34:17 -03:00
LICENSE initial commit 2025-11-08 01:42:18 -03:00
README.md make readme slightly more clear 2025-11-09 14:01:49 -03:00

🕸️ cobweb

a lightweight, tiny web framework for deno tailored for dynamic no-js applications

status

  • type-safe routing
  • http streaming
  • precompiled jsx runtime
  • support async generators in jsx
  • safely defer html streams
  • deferred rendering through iframes
  • tokenized routing-based isolation layer
  • global styles w/ iframe passthrough
  • iframe route lifecycle management
  • proper state management
  • intutive high-level apis
  • scoped css-in-js library
  • interactives structures and dynamic data visibility toggling via modern css features
  • only use html streaming shenanigans for noscript environments
  • reactivity