strehler
strehler copied to clipboard
Can strehler be used as a "plugin" for custom webapps
I am looking towards building another webapp using Dancer, I have a mix requirement of user content (Static pages, Blogs, Comments etc.) and custom logic. Is Strehler built to be a package that be plugged in to any Dancer Webapp? Or should I thing of rolling out my own mini-CMS?
Strehler main goal is to be pluggable. Adding it to any type of site should affect only routes that want to use it. It was designed also to use a separate database, if you don't want to mix its tables with the tables you already have. Obviously, it's difficult to merge it's backend with other backend solutions because we haven't API for writing, but I don't think this is a real issue.
I'm very interested about seeing how Strehler behave in a mixed environment. I'll keep this issue opened so if you want to share you're experience or you need more help you can use it.