UNPKG

uwebsockets

Version:

Fastest uWebSockets server for Node.js – µWebSockets outperforms Socket.IO & Fastify. Built in C++ for high-performance networking & pub/sub.

29 lines (28 loc) 671 B
{ "outdir": "./reports/servers", "servers": [ { "url": "ws://localhost:9001", "agent": "uwebsockets non-SSL, non-compression" }, { "url": "wss://localhost:9002", "agent": "uwebsockets SSL, shared compressor" }, { "url": "ws://localhost:9003", "agent": "uwebsockets non-SSL, dedicated compressor" }, { "url": "ws://localhost:9004", "agent": "uwebsockets non-SSL, non-compression, pubsub based" }, { "url": "wss://localhost:9005", "agent": "uwebsockets SSL, non-compression, pubsub based" } ], "cases": ["*.*"], "exclude-cases": [], "exclude-agent-cases": {} }