README
Loop and Crash
This repository is a Express-based server that provides endless loops and crashes, as a service. As a bonus feature, you can output client-requested status codes and slow-responding pages, too.
Table of Contents
Requirements
This repository requires Node.js version 4.x
or newer.
Dependencies
This repository has no external dependencies, other than the packages listed in package.json
.
Usage
Start by cloning this repository, then change into the freshly-cloned directory (usually named loop-and-crash
) and install any dependencies using the npm install
command.
Next, start the application by running npm start
and open localhost:2774 in a browser.
Once the page loads, you will be presented with a list of options supported by Loop and Crash:
Author Information
This module is maintained by the contributors listed on GitHub
Development of this module was sponsored by Operate Happy.
License
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.