Demos and Experiments
- Quiz
- Async component streaming demo
- Service Worker Calculator
- Web Components demo
- Todo List demo
- Server Sent Events demo
- Quote of the Moment
Blog
- Getting Started with @http functions
- Dependency Hell or Heaven
- JSX Streaming
- Useful functions for a HTTP server
Links
This site is powered by...
- Deno - the JS/TS runtime that isn't Node
- JSR - the new registry that supplies many of the dependencies
- Deno Deploy - the Deno based serverless hosting service
- htmx - used for many of the interactive demos
- missing.css - css library
- HTTP Functions - my HTTP server functions library (for routing etc)
- @http/jsx-stream - my JSX streaming serializer
- remark - the markdown processor (although I use mdast and it's utilities directly)
- esbuild - to build the service worker, as not all browsers support ESM in service workers yet