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
Have you tried
meteorhacks:picker
? This should do what you're looking for. Here's a link to a tutorial on The Meteor Chef.