So, I have a high level question.I am building a react app that will examine someones personality based off of search history and social media. History has to be pulled from a chrome extension, and the react app will obviously be it's own entity and then a node express server where both the react app and the chrome extension will query.Something like: React App < - - - > Node / Express Chrome Ext Now the tricky part. The react app needs to send json to the server and the chrome extension needs to send data to the server. I'd imagine the react app will get to a point where it says (waiting on chrome data) and once the session matches up it sends back a response to the react app.How do I build it out in node where after the react app sends it's data, the chrome extention sends data to the server waiting for it, then the server sends back to react?ANY input would be useful. Thank you!!
Submitted August 04, 2017 at 01:54AM by quesurfin
No comments:
Post a Comment