We're already using Angular.js -- it could be fun to implement from scratch using this tech. Unfortunately we cannot get the browser to connect directly to IRC.
Inevitably we need a backend that communicates to the browser with websockets and delegates IRC stuff.
Integrate qwebirc
you'd be 80% of the way there if you wrote a script to autodeploy qwebirc's znc integration alongside znc
Need to look at what he's talking about, what is the nature of this integration.
## Integrate ZNC's webchat module
https://github.com/DarthGandalf/znc/tree/webchat
this? https://code.google.com/p/znc-msvc/source/browse/trunk/main/znc-msvc/modules/webchat.cpp?spec=svn254&r=246
Need to check this out.
Prior to tackling this, solve #1
We have a few options here:
Build something myself
We're already using Angular.js -- it could be fun to implement from scratch using this tech. Unfortunately we cannot get the browser to connect directly to IRC. Inevitably we need a backend that communicates to the browser with websockets and delegates IRC stuff.
Integrate qwebirc