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) ;)
@aral 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!
@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 :)
@aral Can Kitten handle threads without pouncing on them?
@nigenet This is, admittedly, a challenge :P
@aral buddy it better actually purr