GET querystring in node.js
I need to edit a node.js app GET a querystring, without (i) using Express
or any other modules and (ii) creating a server in addition to the one
which already exists.
I want to pass ?id=helloworld into the variable id.
How would I do this?
No comments:
Post a Comment