atheme-legacy / iris

web irc client for the atheme platform
Other
38 stars 22 forks source link

WebSocket #27

Open Flauschbaellchen opened 11 years ago

Flauschbaellchen commented 11 years ago

It would be nice to have iris support WebSocket (if available, otherwise fall back). That would drastically improve performance when used with huge amounts of clients.

Are there already any plans to implement this?

mrflea commented 11 years ago

Websockets would be nice, but they'd be even better added to the ircd instead of iris's backend daemon.

mrflea commented 10 years ago

It looks like Qwebirc got websocket support in January; with any luck it might be possible to easily port here.

ariscop commented 9 years ago

My branch of iris is currently running over websockets on ponychat, which is using https://github.com/Xe/tomato-cheese/ for the server Different approach to the Qwebirc code, which i think is using websockets more or less as a backend for long polling