Node.js URL parameter test

Node.js URL parameter test

A short snippet written in Javacript for the Node.js environment to test the URL parameter parsing functionality.

From your web browser call the http://pe16.skylightcreative.net.au/paramtest Node.js server with the parameters you wish to parse.

e.g. http://pe16.skylightcreative.net.au/paramtest?param1=1&param2=2&param3=3&param4=4

Execute Test Code

Source Code

 


 
Back to Web Applications