On Sun, Nov 17, 2013 at 6:41 PM, dhtml <[email protected]> wrote: > I'm looking for free Node.js blogging and CMS. > > I want to have custom pages, blogging, and custom server side processing. > > I tried Ghost but it doesn't seem to have custom pages or custom server side > processing.
If it's free hosting you're after then I'm not aware of any providers. The Ghost software however appears to meet your stated requirements - it's an open source, express-based server: <https://github.com/TryGhost/Ghost/blob/master/core/server.js> You can add whatever functionality you need. -- Scott Elcomb @psema4 http://psema4.com/pubkey.txt http://www.pirateparty.ca/ -- -- 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.
