uwebsockets
Version:
µWebSockets.js is a web server bypass for Node.js that reimplements eventing, networking, encryption, web protocols, routing and pub/sub in highly optimized C++. As such, µWebSockets.js (websockets) delivers web serving for Node.js, 8.5x that of Fastify a
29 lines (28 loc) • 742 B
JSON
{
"outdir": "./reports/servers",
"servers": [
{
"url": "ws://localhost:9001",
"agent": "uWebSockets.js non-SSL, non-compression"
},
{
"url": "wss://localhost:9002",
"agent": "uWebSockets.js SSL, shared compressor"
},
{
"url": "ws://localhost:9003",
"agent": "uWebSockets.js non-SSL, dedicated compressor"
},
{
"url": "ws://localhost:9004",
"agent": "uWebSockets.js non-SSL, non-compression, pubsub based"
},
{
"url": "wss://localhost:9005",
"agent": "uWebSockets.js SSL, non-compression, pubsub based"
}
],
"cases": ["*.*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}