Node.js URL persistent log test
A short snippet written in Javacript for the Node.js environment to test the URL parameter logging functionality. Results will be returned as a JSON string.
From your web browser call the http://pe16.skylightcreative.net.au/persist
Node.js server with the parameters you wish to be processed.
e.g. to read a stored value call: http://pe16.skylightcreative.net.au/persist?action=read&key=name1
to write a value to the log call: http://pe16.skylightcreative.net.au/persist?action=write&key=name1&value=value1
Source Code
Back to Web Applications