Advanced Search
Search Results
3 total results found
readme.md for @api.global/typedelectron
a package made for ipc communication in electron Install To start using @api.global/typedelectron in your Electron project, first, you need to add it to your project dependencies using npm: npm install @api.global/typedelectron --save This command will instal...
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...
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...