You are not logged in.
Pages: 1
Is this possible to implement bidirectional communication like websockets using Named Pipes or callbacks available onky in websocket with useBidirSocket parameter.
Offline
We don't plan it because
1. WebSockets on the loopback (127.0.0.1) have very good performance - at least as fast as named pipes from our tests
2. We had issues with Named pipes security between Windows services or between a Windows service and a desktop app
Offline
So, for business application in desktop client-server architecture with callbacks feature (bidirectional communication) and the same for web client-server preferred solution is using websockets. In that right?
Offline
Pages: 1