Does anyone happen to know of any live WebSocket servers which are accessible over the internet and listen on the standard ports (i.e. 80, and 443). Anything will do – an echo server, for instance.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update: Kaazing/Tenefit appears to no longer be hosting the WebSocket echo server at websocket.org. An alternative echo server is available at
ws.ifelse.ioinstead (running https://github.com/jmalloc/echo-server and hosted by Mark Thomas)Your best bet is going to be Kaazing’s websockets echo server: http://websockets.org/echo.html. It’s easy to remember, they keep it up to date and running.
ws://echo.websocket.org(port 80)wss://echo.websocket.org(port 443)EDIT:
If you want to use
wss://(443) visit the site withhttps://or else usehttp://forws://(80).EDIT: WebSocket.org is dead.