mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

New blog post: Streaming HTML

ar.al/2024/03/08/streaming-htm

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.

:kitten: 💕

Aral Balkan

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.