I've often thought how wonderful it would be for Mojo to have a built-in simple server-side storage capability. It does cookies, sessions, flash, etc, all out of the box. Why not a simple Server Storage (like HTML5 offers Local Storage)?
Of course, that's what databases are for. But sometimes that's overkill. Sometimes you just need some persistent server storage and don't want to mess with setting up a database. Wouldn't it be great if Mojo could just handle persistent server storage out of the box? I've whipped up a sample of what this could be like. <https://gist.github.com/s1037989/b02b94ef9e0a37f0f939> It uses BerkeleyDB, tho, and of course that would be a requirement too hefty to put on Mojo. But maybe the concept is a good one? And something could be built that doesn't require something so big as BerkeleyDB or even anything external at all? -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
