Advanced Search
Search Results
7 total results found
readme.md for @api.global/typedsocket
A TypeScript library for creating typed WebSocket connections with bi-directional communication support. Extends @api.global/typedrequest to bring type-safe request/response patterns to WebSocket connections. Issue Reporting and Security For reporting bugs, is...
readme.md for @push.rocks/smartproxy
A high-performance, Rust-powered proxy toolkit for Node.js — unified route-based configuration for SSL/TLS termination, HTTP/HTTPS reverse proxying, WebSocket support, UDP/QUIC/HTTP3, load balancing, custom protocol handlers, and kernel-level NFTables forwardi...
readme.md for @push.rocks/smartsocket
Easy and secure WebSocket communication with native WebSocket support 🔌 Features 🚀 Native WebSocket - Uses native WebSocket API (browser) and ws library (Node.js) 🔄 Auto Reconnection - Exponential backoff with configurable retry limits 📡 RPC-style Function Ca...
readme.md for @push.rocks/smartuniverse
messaging service for your micro services Install To install @push.rocks/smartuniverse, use the following command with npm: npm install @push.rocks/smartuniverse --save This command adds @push.rocks/smartuniverse to your project's dependencies. Usage @push.ro...
changelog.md for @api.global/typedsocket
2026-02-26 - 4.1.2 - fix(ci) update npmextra.json to rename keys, add release registries and add CI entry; remove legacy npmci configuration Renamed top-level key "gitzone" to "@git.zone/cli" and "tsdoc" to "@git.zone/tsdoc" to use scoped configuration keys. ...
changelog.md for @push.rocks/smartproxy
2026-03-27 - 27.1.0 - feat(rustproxy-passthrough) add selective connection recycling for route, security, and certificate updates introduce a shared connection registry to track active TCP and QUIC connections by route, source IP, and domain recycle only affe...
changelog.md for @push.rocks/smartsocket
2025-12-04 - 4.0.0 - BREAKING CHANGE(socketconnection) Stricter typings, smartserve hooks, connection fixes, and tag API change Add unified WebSocket types and adapter interface (TWebSocket, TMessageEvent, IWebSocketLike) for browser/Node and smartserve peers...