Advanced Search
Search Results
5 total results found
readme.md for @push.rocks/smartipc
Rock-solid IPC for Node.js with zero dependencies SmartIPC delivers bulletproof Inter-Process Communication for Node.js applications. Built for real-world production use, it handles all the edge cases that make IPC tricky - automatic reconnection, race cond...
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...
readme.md for @push.rocks/smartimap
A Node.js library for event-driven streaming and parsing of IMAP email messages. Install To install @push.rocks/smartimap, use npm or yarn: npm install @push.rocks/smartimap or yarn add @push.rocks/smartimap Usage @push.rocks/smartimap is designed to facilit...
changelog.md for @push.rocks/smartipc
Changelog 2025-08-30 - 2.3.0 - feat(streaming) Add streaming support: chunked stream transfers, file send/receive, stream events and helpers Implement chunked streaming protocol in IpcChannel (init / chunk / end / error / cancel messages) Add sendStream, canc...
changelog.md for @push.rocks/smartimap
2024-11-26 - 1.2.0 - feat(core) Introduce ImapClient and ImapServer classes for enhanced IMAP support Implemented ImapClient class for managing IMAP connections and message retrieval. Implemented ImapServer class to simulate an IMAP server for testing. Added ...