Hello,I'm working on a project where I want1) the user to submit a query on the front-end (created using React),2) the query to be channeled through Node, where a remote API (it may be important to note that the API requires authentication parameters to access it) will be accessed to yield a result based on the query,3) the result to be stored on a server created with Node, and4) the result to be retrieved from the server and displayed on the front-end.After typing all of that, I'm unsure if all of those steps are necessary, and I'm not even certain that I need Node to do this. I'm really just trying to get experience with the technologies mentioned but I may be trying to unnecessarily force Node into my project, and also perhaps making it overcomplicated.If the above is possible and is indeed a concise and sensible approach, can the remote API handling and server creation all occur in the same Node file?Does anyone have any insights they can offer? Thank you very much!
Submitted August 03, 2018 at 04:08AM by OgunNova
No comments:
Post a Comment