Show HN: An HTTP server version of the vegeta load-testing tool https://github.com/nitishm/vegeta-server/ I am looking for contributors to help me out with my latest project. I am creating an HTTP server implementation, driven by a REST API, for the https://github.com/tsenart/vegeta load testing tool. Currently it is only available as a CLI tool. However, there is an excellent library provided by the author, which is used by the CLI tool. The idea is to create a tool, using vegeta, which is similar to https://github.com/loadimpact/k6 or https://github.com/locustio/locust complete with a UI (frontend). This makes it possible to use this tool in a more distributed manner, and possibly introduce it as a kubernetes native load-testing tool. The project currently supports submitting/viewing/canceling `attack`s (all options are not implemented, yet) and viewing the attack `report`s. Issues are tagged with appropriate labels. |