This is an implementation of Declan James de Wet's chat application Chatapp using the popular Javascript framework 'Ember.JS.' This application is not yet production ready!
You can find an online demo on heroku: chatapp-ember-js.herokuapp.com
Getting started is really simple. Just run the following:
# Clone the github repo
$ git clone git@github.com:andyhmltn/ember-js-chatapp.git
$ cd ember-js-chatapp
# Install all NPM dependencies
$ npm install
# Start the application
$ node server.js
All pull requests are welcome!