Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
autocannon-ui
Advanced tools
This monorepo contains packages and applications which provide a GUI for using autocannon while maintaining the same user experience. It provides the ability to compare two autocannon results.
To compare, the user must tick two results and press the Compare
button. The popup that appeared will display the comparing result.
For understanding the result, please see the autocannon-compare
documentation.
The easiest way to try this out is to run:
npx autocannon-ui
a new browser window will be opened automatically
You can also provide port or host parameter to listen on port/host of your choice.
npx autocannon-ui --help
Usage: autocannon-ui [options]
Options:
-p, --port <port> listening port
-h, --host <host> host to bind (default: "localhost")
--help display help for command
To easily develop the packages of this repo you can execute:
npm install
npm start
This will:
autocannon-frontend
build in watch mode so you can change the React components and see the result immediatelyautocannon-backend
in standalone mode to have a server runningDesigns can be found here.
autocannon-ui-frontend
A library of React components which provide the UI.
autocannon-ui-backend
A standalone Fastify application.
autocannon-compare-cli
A CLI tool to compare autocannon results and display them in a readable way.
FAQs
A Web user interface for autocannon
The npm package autocannon-ui receives a total of 14 weekly downloads. As such, autocannon-ui popularity was classified as not popular.
We found that autocannon-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.