Is it possible for a browser-based irc client to work without using any gateway, that is, to communicate with the irc sever directly?
Share
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.
In the future this could be done with websockets, currently only chrome supports them but they are a part of the html 5 spec. http://dev.w3.org/html5/websockets/
This post suggests Kaazing has an in the mean time javascript work around: https://stackoverflow.com/questions/1252829/what-browsers-support-html-5-websocket
I’d expect that the workaround uses something like java or flash to simulate websockets.