eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Bouncer for multiple connections #25

Open luxaritas opened 7 years ago

luxaritas commented 7 years ago

This could potentially simplify things, getting rid of "hacks" to allow for multiple connections (and possibly removing some/all of the restrictions on number of connections). Need to see if any currently support WebSockets, would work well for SSO with the website, have a low enough resource usage, etc.

luxaritas commented 7 years ago

Just a reference to an incoming IRCv3 spec that may apply if we need to put a gateway in front of a bouncer : https://github.com/ircv3/ircv3-specifications/pull/303