Skip to content

Facebook chat clone written using EnyoJS based on https://github.com/szimek/xmpp-chat Original Chat Client

Notifications You must be signed in to change notification settings

danielburhans/xmpp-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Facebook chat clone written using EnyoJS.

Original Based on xmpp-chat, which uses Strophe.js and Ember.js.

Installation

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.

Todo

  • 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.

License

This software is released under the MIT license:

www.opensource.org/licenses/MIT

About

Facebook chat clone written using EnyoJS based on https://github.com/szimek/xmpp-chat Original Chat Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • CSS 1.3%