Simple Node JS web application making use of rpi-temp to display the local temperature.
node ./server.js
node ./server.js & Enter 'disown' to make sure the process keeps running. To stop the process, use 'ps -e | grep node' to find the correct PID, and 'kill ' to stop the process.