Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

How do I instruct connecting HTTP client to connect to specific server which has diffident IP where other servers use different underlying protocol like web-socket?

Traditional approach HTTP request - HTTP response - end.

Here there are pool of web-socket servers, where client does not connect to it directly, but via HTTP router dispatcher.

First HTTP client connect to HTTP server, HTTP server respond with web-socket server to connect and close connection.

Client then connect to receive server with upgrade ws protocol.

How do I achieve this method?

share|improve this question
This is a site for users of Web Applications, not their developers or administrators – ChrisF May 30 '12 at 19:42
This could go to ServerFault. – Bibhas May 30 '12 at 19:50

closed as off topic by ChrisF May 30 '12 at 19:42

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.