rgesteve / namedpipetest

Very simple test to try out the NamedPipe functionality in dotNET core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

namedpipetest

A very simple test on how to use System.IO.Pipes.NamedPipe{Server,Client}Stream with JSON-RPC.

To build

dotnet build

Run the server. The server runs continously until you stop it with a Ctrl-C

dotnet run

Run the client

dotnet run -- <something>

The program detects whether it's in "server" or "client" mode by checking whether command line arguments have been passed.

About

Very simple test to try out the NamedPipe functionality in dotNET core


Languages

Language:C# 73.3%Language:Dockerfile 15.7%Language:TypeScript 5.9%Language:PowerShell 5.1%