megawac / qwebirc-enhancements

Rich and intuitive browser IRC client.
http://justplay.tf/irc
Other
22 stars 10 forks source link

persistent background connection #8

Open creesch opened 10 years ago

creesch commented 10 years ago

Are there any plans for implementing a persistent connection backend?

megawac commented 10 years ago

The Node implementation uses a persistent connection handled by socket.io through web/flash sockets or long polling. AFAIK twisted doesn't support persistent http connections and its websocket support is spotty at best. I looked into reimplementing the twisted server with a framework such as Autobahn or Tornado, but I've put those plans on the backburner for now.

megawac commented 10 years ago

Watching these two branches to be merged with Iris and Qwebirc

http://hg.qwebirc.org/qwebirc/branch/websockets https://github.com/atheme/iris/pull/41

megawac commented 10 years ago

Qwebirc just merged the webirc branch. Working on support

cayrius commented 5 years ago

did you add? Or please tell me how to do it?