The team behind the Meteor.js JavaScript application framework has launched a new data stack called Apollo. Based on Facebook’s GraphQL, Apollo offers an end-to-end method for querying back-end data.
The goal of Apollo is provide data to the client ready for use. It consists of both a client and server, with the server handling the data transformations necessary to make data compatible with browser front-ends. It is currently an alpha release.
Meteor also recently announced support for the Node Package Manager.