一个基于 Socket + JSON 的轻量级跨进程通信机制

1. Introduction ProcBridge is a lightweight socket-based IPC (Inter-Process Communication) protocol, and it uses UTF-8 JSON text to encodes requests and responses. Currently we have Java and Python implementations for ProcBridge. 2. Protocol Design FLAG (2 bytes): tw...