socketio / socket.io

Realtime application framework (Node.JS server)
https://socket.io
MIT License
60.65k stars 10.09k forks source link

Support for Named Pipes connectivity #5098

Open Belleal opened 7 years ago

Belleal commented 7 years ago

You want to:

Current behaviour

I could not find a way to make a client to server connection using a named pipe. It should be possible to establish such a connection:

new io( "\\\\.\\pipe\\pipename" )

Or something equivalent.

Setup

Belleal commented 7 years ago

Hi, any update on this one?