3

I am buidling a meteor app with react. I am using these two packages for a clientside router. kadira:flow-router & kadira:react-layout But I just realized I have to respond to a post request from paypal. Since this would not be rendering anything this would require a server side route.

How can i answer to a server side route while using a client side router? Don't tell me I have to build the routing system again.

Thanks

Alain Goldman
  • 2,896
  • 5
  • 43
  • 75

1 Answers1

2

Have you tried meteorhacks:picker? This should do what you're looking for. Here's a link to a tutorial on The Meteor Chef.

Stephen Woods
  • 4,049
  • 1
  • 16
  • 27