Same idea as https://gist.github.com/2500291, with node.js. Do
$ node forkpeer.js
It'll print out its pid. Then
$ curl http://localhost:8000/
To reload it, use
$ kill -s HUP <pid>
So, e.g., change the message in the response, sighup, and make another request to see the change.