natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

add PipeConn to PipeListener proxy/converter #6

Open prabirshrestha opened 10 years ago

prabirshrestha commented 10 years ago

Here is a scenario. I want to connect to a named pipe using Dial, but would like to use an instance of PipeListener so I can use fcgi to from named pipes fcgi.Serve(listener, server)