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:
- how can I integrate this js library in my meteor + reactjs project to render on the page?
- how should I organize meteor server to response on http request coming from this library
Thanks
Oleg