This is a Facebook chat clone written using EnyoJS.
Original Based on xmpp-chat, which uses Strophe.js and Ember.js.
The Test WebApp runs on a web server written in NodeJS that acts as a static test server for testing the application standalone. It requires express
package. Run node app.js
and it will start the server on port 9677
.
- The WebApp needs to be able to be a widget that can be included on any site.
- Have an API or Modular communication layer for diffrent protocols (WebSockets, WebRTC, long-polling, XMPP) etc.
This software is released under the MIT license: