One thing I'd like to see from a Node style CMS is a really good Streaming & http API for doing almost everything. For example I should be able to manage users in some other process so the CMS API should be able to take a new user message, delete user and allow me to subscribe to user events.
Think of it as a way of being able to plug in my own user management approach. There is probably a real name for this but I refer to it as a kind of anything in / anything out paradigm (AIAO). My perspective is from an internal company user management approach (public sector), where we have user management already and multiple applications use this, I want to be able to use the same user management for a CMS, as well as other things such as subscribing to page changes, new subsites etc... - mrdnk — Sent from Mailbox for iPhone On Mon, Apr 15, 2013 at 10:40 PM, Ivan Vetrov <[email protected]> wrote: > Hi, everyone! > I decided to combine some of the projects I've done with node.js - and I've > got node.js based CMS - InvaNode CMS <http://www.invanode.org>. It is > opensource - GitHub link <https://github.com/i-vetrov/InvaNode-mongo> - > please, use it as you want. It supports themes and plugins, and there is > even some documentation <http://www.invanode.org/docs>. > Thank you! > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
