BREAKING CHANGE(core): Refactor core IPC: replace node-ipc with native transports and add IpcChannel / IpcServer / IpcClient with heartbeat, reconnection, request/response and pub/sub. Update tests and documentation.

This commit is contained in:
2025-08-24 16:39:09 +00:00
parent 234aab74d6
commit 4a1096a0ab
12 changed files with 3003 additions and 227 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/smartipc',
version: '2.0.0',
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
}