Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

ProjectLimitless/ioRPC

Repository files navigation

ioRPC

Build status

Coverage Status Coverity status

A minimalistic cross-platform remote procedure call library that works over the standard input/output of processes.

When to use ioRPC?

When you require Inter-process communication (IPC) on .NET across Windows, Linux and macOS for controlling a subprocess. Pipes would be easier, but is unsupported on Mono.

Usage

See the Samples folder. Contains a basic 'Server' and subprocess 'Client' that implements a basic 'Add' function.

Documentation and Getting Started Guide

Available at the Project Limitless Documentation site.


A part of Project Limitless

Project Limitless

https://www.projectlimitless.io

About

A minimalistic cross-platform remote procedure call library that works over the standard input/output of processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published