I'm trying to work out if Meteor.js is a good fit for an app I would like to build.
The app will be completely web based but will require me to implement a RESTful API that exposes some of its functionality.
Is this doable with Meteor.js or would something like Express/Sinatra be better suited?