Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

readme.md for @push.rocks/smartipc

@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...

ipc
node.js
inter-process communication
event-driven
client-server
message passing

readme.md for @push.rocks/smartuniverse

@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...

microservices
messaging
reactive programming
event-driven
channel-based communication
client-server architecture
message encryption
typescript
websocket
scalability

readme.md for @push.rocks/smartimap

@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...

imap
email
streaming
mailparser
email-client
nodejs
event-driven
automation
message-stream
filter
inbox
connection
message processing

changelog.md for @push.rocks/smartipc

@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...

ipc
node.js
inter-process communication
event-driven
client-server
message passing

changelog.md for @push.rocks/smartimap

@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 ...

imap
email
streaming
mailparser
email-client
nodejs
event-driven
automation
message-stream
filter
inbox
connection
message processing