JSData as ember-data alternative
Weekends are normally for RnD time, so this weekend’s topic - standardisation of front/backend communication. Considering backend as API-only and fully offloading the rendering part to JavaScript frameworks, EmberJS had a really nice concept of ember-data that acted in between rendering components and backend objects received via API. JSData can be an alternative to this: SData is a framework-agnostic, datastore-agnostic ORM (Object-Relational Mapper) for Node.js and the Browser. Adapters allow JSData to connect to various data sources such as Firebase, MySql, MongoDB, REST API, etc....