A cross-plaform Inter-Process Communication framework.

zry d3616fc8cc Fix bug: handling error with UUID package version updated. 3 years ago
.idea a6dbdd1755 Module 'sipc_conn' Done 2020-03-10 02:19 4 years ago
docs a6dbdd1755 Module 'sipc_conn' Done 2020-03-10 02:19 4 years ago
examples a6dbdd1755 Module 'sipc_conn' Done 2020-03-10 02:19 4 years ago
golang d3616fc8cc Fix bug: handling error with UUID package version updated. 3 years ago
.gitignore 8f83211da6 Initial commit 4 years ago
LICENSE 8f83211da6 Initial commit 4 years ago
README.md a6dbdd1755 Module 'sipc_conn' Done 2020-03-10 02:19 4 years ago

README.md

SatorIPC

A cross-plaform Inter-Process Communication framework.

Working in progress...

正在编写中...

中文文档

当前支持的平台和语言

平台

  • Windows: 通过命名管道
  • Unix: 通过AF_UNIX

语言

  • Go: 支持
  • Node.js: 计划支持

结构

  • SIPC_Conn: 提供连接层,在Windows下使用命名管道,在Unix下使用AF_UNIX,提供流式Socket对象

English Docs

TODO: Translation.