Hacker News new | ask | show | jobs
by haney 3244 days ago
I really like the idea of separating content from application code like this, is there anything in the open source community that's similar to this?
3 comments

Parse showed immense promise as a Backend-as-a-Service provider and customizable CMS before it went belly up; luckily, it is now open source. See:

http://parseplatform.org/

https://github.com/relatedcode/ParseAlternatives

Have a look at this: https://github.com/dadi/ which is a suite of services designed for publishing. They have separation between data api / website / admin ui which might be what you're looking for. It's used in production on quite a few large UK publisher websites.
Yes, Directus, but it's built in PHP and mysql.