Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Meteor.js apps and API's

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?

like image 441
user1513388 Avatar asked Feb 17 '23 12:02

user1513388


1 Answers

It is now doable with Meteor using the meteor-collectionapi Atmosphere package. See also Is Meteor an option, if i need an additional REST API?.

like image 82
kynan Avatar answered Feb 23 '23 18:02

kynan