I need the Meteor server to handle a very simple POST request not coming from the application client. With Express, I’d just do something like app.post('/something', function....
Is there an equivalent in Meteor? If not, how should I set this up, startup an Express server in a is_server context?
Meteor does not yet have the built in functionality to provide a restful API.