Meteor ReactJs and 3rd party js library

Hello ,
I study Meteor with React. I don’t how to do the following:
I have 3rd party js library (it is not react or meteor ). Library drawing charts and receive data doing http request ( expecting http response as json type ).

Question:

  1. how can I integrate this js library in my meteor + reactjs project to render on the page?
  2. how should I organize meteor server to response on http request coming from this library

Thanks
Oleg