-1

I have a Meteor app that I want to receive HTTP requests with, but I'm not sure how to set it up? Specifically I'm trying to receive data on my web app from text messages through Twilio. I've looked at a package called Iron Router, would that be the correct way to go about it?

Thanks

Joshin
  • 299
  • 1
  • 3
  • 14
  • possible duplicate of [How do I access HTTP POST data from meteor?](http://stackoverflow.com/questions/21691001/how-do-i-access-http-post-data-from-meteor) – Christian Fritz Apr 09 '15 at 04:18

1 Answers1

0

Twilio developer evangelist here.

Looks like you're on the right lines there with Iron Router. Here is a good blog post that might help you along the way: Implementing WebHooks with Meteor.

Let me know if that helps.

philnash
  • 70,667
  • 10
  • 60
  • 88