WebChatInterfaceAJS is the Angularjs version of the web interface for my chat server.
In order to use it change the app value "serverInfo" to point at the location of the chat server, include the javascript, css and make sure the template is somewhere the module can get to it. Then add the chatInterface module as a dependency and use the chat-interface directive where you want it to go.
It will prefer connecting on a websocket if possible otherwise it will fall back on http.
Uses this package for scrolling.