Tag

Pandora.js

1 views collected around this technical thread.

Taobao Frontend Technology
Taobao Frontend Technology
Dec 22, 2017 · Backend Development

Mastering Inter‑Process Communication in Node.js with Pandora.js IPC‑Hub

This article explains how Pandora.js solves inter‑process communication challenges by introducing IPC‑Hub, showing simple domain‑socket examples, a concise object‑proxy model, and a practical use‑case that offloads heavy webpage‑snapshot tasks to a background process using Puppeteer.

Headless ChromeIPCPandora.js
0 likes · 11 min read
Mastering Inter‑Process Communication in Node.js with Pandora.js IPC‑Hub
Taobao Frontend Technology
Taobao Frontend Technology
Dec 19, 2017 · Backend Development

How Pandora.js Service Mechanism Enables Efficient Process Orchestration and RPC

This article explains Pandora.js's Service mechanism—a high‑level process orchestration feature for Node.js applications—covering its problem scope, core principles, capabilities, implementation of an RPC provider with etcd registration, and a simple consumer example, while demonstrating start/stop lifecycle management.

Pandora.jsProcess OrchestrationService
0 likes · 10 min read
How Pandora.js Service Mechanism Enables Efficient Process Orchestration and RPC
Taobao Frontend Technology
Taobao Frontend Technology
Dec 13, 2017 · Backend Development

Rethinking Node.js Process Management with Pandora.js and Procfile.js

This article explains the limitations of traditional Node.js master/worker process models, introduces Pandora.js's procfile.js definition for flexible process orchestration, and demonstrates how to configure, scale, and monitor processes using concise code examples.

Pandora.jsbackendnode.js
0 likes · 7 min read
Rethinking Node.js Process Management with Pandora.js and Procfile.js