Tuesday 17 October 2017

How to run node.js app from my browser

I am planning to install node.js on my hosting and then create a twitter bot with node.js.What I want to achieve is sending some commands to this node.js application from my javascript code running on the browser. So, this is I think a connection between front-end and back-end.I want to pass the data in a form when I hit the submit button and the node.js application will work in accordance with the information sent from the form.What is the correct way to do that?

Submitted October 17, 2017 at 02:55PM by eligloys

No comments:

Post a Comment