Is there an (open-source) ReST-based blogging/forum package out there?
Posted
by
Malvolio
on Programmers
See other posts from Programmers
or by Malvolio
Published on 2011-03-01T03:45:10Z
Indexed on
2011/03/01
7:32 UTC
Read the original article
Hit count: 209
open-source
The site I work on is almost entirely in Javascript, it just goes back (via Ajax) to the server for authentication, database access, things like that. My boss would like me to add blogging, forum, and commenting capabilities. I don't want to implement it from scratch and I certainly don't want to integrate some HTML-generating PHP atrocity.
Ideal, I'm looking for a package that does all the backend work and offers ReST interface so I can write a Javascript-based UI that integrates nicely with the existing site. Does such a thing exist?
© Programmers or respective owner