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 Can Kitten handle threads without pouncing on them?
@nigenet This is, admittedly, a challenge :P