Exit on request
A small Node express server for debugging how we deal with different kinds of errors from Glitch applications.
It exposes the following endpoints to
- /close - this will close the connection.
- /exit - this will exit the Node process. Invoke it twice in a row to see how Glitch handles projects that aren't ready to serve requests yet.