I have been using this approach internally for quite a while, a CMS that exposes all content through its API and then websites, mobile apps, etc. that consume the API. Taking it a step further you can build libraries in your favorite programming language against your API. This reduces building a Rails, Node.js, iOS, or Android app down to mostly design implementation.
Comments
I have been using this approach internally for quite a while, a CMS that exposes all content through its API and then websites, mobile apps, etc. that consume the API. Taking it a step further you can build libraries in your favorite programming language against your API. This reduces building a Rails, Node.js, iOS, or Android app down to mostly design implementation.