Named Pipes Channel Layer Examples
The following examples illustrate using named pipes with the Channel Layer:
A named pipes example that sends messages using a request-reply pattern: Client: RequestReplyNamedPipesClientExample, Server: RequestReplyNamedPipesServerExample
A streaming named pipes example: Client: StreamingNamedPipesClientExample, Server: StreamingNamedPipesServerExample