A cross-plaform Inter-Process Communication framework.

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

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.