Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

A Node.js web server with severe event loop blocking challenges, for use with Snyk's SRE practical exercise.

Notifications You must be signed in to change notification settings

snyk/sre-exercise-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Town

A Node.js web server with severe event loop blocking challenges, for use with Snyk's SRE practical exercise.

Installation

$ git clone git@github.com:snyk/sre-exercise-sample-app.git .

$ npm install

Running the server

The server can be started by running bin/start after installation.

Set the port to listen on by specifying PORT on the environment (defaults to 3000).

A Dockerfile is also included.

Generating traffic

Run bin/blast to generate a lot of traffic against the various routes of this server, using Apache Bench.

About

A Node.js web server with severe event loop blocking challenges, for use with Snyk's SRE practical exercise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published