Top 20 NuGet ipc Packages

File based Inter Process Communication (IPC) library for .NET applications
An adpater of MUnit for using with Visual Studio IDE
The Ljund Common Library includes many useful development aids such as: - Task Queue; The ability to set multiple tasks running in a queue-like system with configurable options of what to do in certain situations - Cryptography Helpers; Assymmetric, Symmetric and Hash functions - Win32 Helpers; Win3...
Implements a simple API for creating async socket clients and servers that can exchange raw bytes or binary messages. Imagined as a lightweight managed async zeromq replacement focusing on TCP sockets. Strives to be portable to Mono.
Lightweight and fast inter-process communication IPC between two partners for .NET / .NETCore 2.0 / .NETStandard 2.0 / UWP. Based on Shared Memory. [512 bytes package in both directions] Remote async and sync calls with response (a la RPC), full-duplex, with the speed of 20 MB/s. Remote async call...
Spawn child processes and communicate with them over Named Pipes in a TPL (Task Parallel Library) way
CSP channels library
Utilities like IPC for service fabric
.NET Queue implementation backed by mapped memory
Utility for Named Pipes interprocess communications
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object gr...
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object gr...
A simple C# named pipe server implementation that can be used to share data with Node.js instances
Full safe inter-process communication solution. Allows to start processes and exchange data between them. Including processes started by different users, including SYSTEM account. Provides support to start processes in user context when the parent process is started from SYSTEM account. Provide...
Library for interprocedure communications and remote procedure calls
Implementation of named pipes stream to abstract the complexity. Allow you to use interprocess communication in a simple way.
A simple way to allow transporting objects between several applications
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object gr...
synchronise processes using shared file, every process try to lock a file
A simple IPC interface over HTTP with type-based callbacks.