Skip to main content


Just added initial sessions support to #Kitten. (Kitten is a web development kit that’s small, purrs, and loves you. Not ready for use but feel free to have a play.)

https://codeberg.org/kitten/app#sessions

Web folks, how’s that interface look to you? Simple, no? :)

Ah, the joys of having an in-process JavaScript database to play with, even if I had to write it myself (https://codeberg.org/small-tech/jsdb).

The second screenshot shows you how things are stored in JSDB (hint: as a JavaScript append-only log) ;)

#SmallWeb
in reply to Aral Balkan

lol, i did a similar project (a web server) and called it Kitteh (with the h), talk about coincidences :) https://github.com/msx80/Kitteh. Kitten looks great, well done!
in reply to msx

@msx Nice! :) Meow from one feline web server to another. I’ll take a look at your implementation to see if there’s anything I can learn/steal and please feel free to do the same. It’s always insightful to see similar things implemented in different stacks :)
@msx