
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
node-proxy-latency-tester
Advanced tools
Node proxy for simulating webserver latencies on localhost or testing enviroments (CI)
This command line tool helps you to create a proxy that adds adds a latency between two services. This is useful for testing purposes and simulations.
via npm
:
npm install node-proxy-latency-tester
$ node-proxy-latency-tester -h
Usage:
node-proxy-latency-tester [OPTIONS] [ARGS]
Options:
-t, --target [NUMBER] target port (service port) (Default is 8080)
-f, --forward [NUMBER] forward port (new port through proxy) (Default is 7070)
-l, --latency [NUMBER] latency in ms (Default is 0)
-h, --help Display help and usage details
Let's say that you have a service running on localhost:8080
and you can add a latency of 300 ms without changing the service. You can easily accomplish this with:
np -t 8080 -f 8081 -l 300
Now you can use your service on port 8081
with a latency of 300 ms. You can also use np
for short.
FAQs
Node proxy for simulating webserver latencies on localhost or testing enviroments (CI)
The npm package node-proxy-latency-tester receives a total of 1 weekly downloads. As such, node-proxy-latency-tester popularity was classified as not popular.
We found that node-proxy-latency-tester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.