Skip to main content


Just added the Streaming HTML tutorial to the Kitten web site.

https://kitten.small-web.org/tutorials/streaming-html/

It’s called Streaming HTML because you stream HTML updates to the client via WebSockets. Kitten’s implementation makes this simple and fun to do.

The tutorial also goes deep, breaking down all of Kitten’s magic, and even showing you how to implement Streaming HTML *without* Kitten.

Enjoy!

:kitten: 💕

#Kitten #SmallWeb #StreamingHTML #webSockets #hypermedia #HTMX #HTML #CSS #JavaScript #web #dev

This entry was edited (2 weeks ago)
in reply to Aral Balkan

PS. Just noticed and fixed an issue with Kitten’s markdown page parsing where \n was not being escaped in code fences (thereby rendering as a newline instead of \n)

#Kitten #markdown #bug #fix