Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
rustgi is a fast, lightweight, single-thread Web Server Gateway Interface (WSGI) that allows you to run Python web applications using Rust. It provides a high-performance and efficient environment for hosting WSGI-compatible applications.
You can install rustgi with pip
pip install rustgi
import rustgi
from app import application
rustgi.serve(
application,
rustgi.RustgiConfig().set_address("0.0.0.0:8000"),
)
rustgi
└❯ wrk -t4 -c1000 -d30s --latency http://0.0.0.0:8000
Running 30s test @ http://0.0.0.0:8000
4 threads and 1000 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 5.03ms 353.39us 10.73ms 87.20%
Req/Sec 12.42k 1.90k 19.36k 53.62%
Latency Distribution
50% 4.97ms
75% 5.14ms
90% 5.35ms
99% 6.53ms
1487223 requests in 30.10s, 127.65MB read
Socket errors: connect 751, read 81, write 0, timeout 0
Requests/sec: 49403.93
Transfer/sec: 4.24MB
FAQs
Unknown package
We found that rustgi demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.