New blog post: Streaming HTML
https://ar.al/2024/03/08/streaming-html/
Let me show you how easy it is to create a simple counter web app using the new Streaming HTML workflow in Kitten before peeling away the magic layer by layer so you learn how to make the same app using:
• HTMX & WebSockets
• Plain old JavaScript, and, finally,
• Without Kitten in pure Node.js.
Enjoy + let me know what you think.
Heads up: if you are following along, please refresh the page, I just updated the code examples to use the latest Kitten syntax that uses parameter objects for routes and the `onConnect()` handler.