M
M
madgals2015-03-08 15:02:05
Node.js
madgals, 2015-03-08 15:02:05

Is it possible to use Socket.IO as transparent proxy for WebScoket server on PHPDaemon?

Hello everyone!
I have a WebSocket server written by another person in PHPDaemon. Users connect there, log in and start receiving messages via the ws protocol. But users of older versions of browsers and IE below 10 are left behind. I really want to somehow add something like a transparent proxying cross-browser client for old browsers without breaking the architecture of the websocket server. And here's the question. Can socket.io play this role?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily, 2015-03-08
@VasiliyIsaichkin

Well, why not? Write a simple proxy application on nodejs, let it hook clients from the client side via SocketIO which will transparently provide transport, and let the application further locally transfers via WS to PHP.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question