How to send requests to node.js back-server?

Node.js is certainly capable of handling normal http requests and accepting query string params.
http://blog.modulus.io/build-your-first-http-server-in-nodejs

It sounds like you are talking about how to use Web Sockets to communicate with a server though, for that you’ll want to look at http://socket.io/

1 Like