I want to use GET, to get the value of a variable, inside a node.js page I made, as I would normally do (with $_GET) using PHP.
Here is how it looks:
http://mygreatpage.herokuapp.com/myThing?X=57
The question is:
How do I get the value of X (57 in the example above) inside my index.js file?