UNPKG

turbium

Version:

A fast and efficient HTTP/2 client library for Node.js with built-in connection pooling, DNS caching, circuit breaker, and request/response compression.

46 lines 898 B
{ "name": "turbium", "version": "1.0.2", "description": "A fast and efficient HTTP/2 client library for Node.js with built-in connection pooling, DNS caching, circuit breaker, and request/response compression.", "main": "turbium.js", "type": "module", "scripts": {}, "keywords": [ "http2", "http", "client", "fetch", "axios", "http2-client", "performance", "fast", "efficient", "pooling", "connection-pooling", "dns-cache", "circuit-breaker", "compression", "gzip", "deflate", "brotli", "stream", "streaming", "node", "nodejs", "javascript", "es-modules", "esm" ], "author": "Nixaut", "license": "Apache-2.0", "dependencies": { "http2-wrapper": "^2.2.1", "lru-cache": "^10.2.0" }, "devDependencies": { "jest": "^29.7.0" }, "engines": { "node": ">=18" } }