bomb 0.1.4

High-performance HTTP and WebSocket stress testing tool
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "bomb-http-test-server",
  "version": "1.0.0",
  "description": "Simple HTTP test server for Bomb stress testing tool",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js"
  },
  "keywords": ["http", "server", "test", "bomb"],
  "author": "",
  "license": "MIT"
}