-
Hi!
I decided to try out uWebSockets.js
I'm running a simple app, this is the main code
```js
import HyperExpress from 'hyper-express'
import { MongoClient } from 'mongodb'
const webserv…
-
hi,
i use ngx_lua with script like this:
local args = ngx.req.get_uri_args()
if args.sleep then
ngx.sleep(10);
ngx.say("sleep")
else
ngx.say("nosleep")
end
if i visit http://localhost/…
-
Forgive me if I'm misunderstanding how `Loop::defer` works, but I've observed an interesting side effect when deferring the response's end. I started by doing the standard `ab -n 1000 http://localhost…
-
I'm using this dependencies:
`starlette==0.13.6
uvicorn==0.11.8
fastapi==0.61.1`
According to every check I've worked with, using FastAPI is supposed to handle more request per second than a…
-
## Purpose
I'm testing domain frointing using Cobalt Strike, and it's reverse https beacon.
And I've applied a valid SSL cert using letsencrypt service.
I'm able to use HTTPS Doamin Fronting on…
-
### Versions
- nuxt:
- node:
### Reproduction
Install standard hello world example.
Run ab -c 500 -n 2000 http://localhost:3000/
Get 250 requests per second. It is good result?
I …
-
Sorry for the general explanation of case, but I'm struggling with SSR leaks (probably in my code). The project has only bootstrap-vue and axios as modules, no other nuxt dependencies.
The actual …
-
Hello, I am trying to benchmark chproxy.
Instead of ClickHouse I use nginx that is tweaked to support healthchecks.
Three nodes, one runs ab (client), another chproxy and the third one is nginx.
…
-
**Version**
h2 v0.3.13
hyper v0.14.19 (full set of features enabled)
**Platform**
Darwin ip-192-168-128-190.eu-west-1.compute.internal 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 …
-
Hello!
I'm benchmarking asynch-nginx performance using following software/hardware:
- Intel Corporation DH895XCC Series QAT
- Intel(R) Xeon(R) Gold 5220R CPU @ 2.20GHz
- Debian 11
- linux kerne…