Awesome
Pusher & EmberJS Chat
This is an example EmberJS chat application built with Pusher.
You can see this app running on Heroku.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone git@github.com:pusher-community/emberjs-realtime-chat.git
this repositorycd emberjs-realtime-chat
npm install
bower install
Running / Development
ember server
- Visit your app at http://localhost:4200.
- You'll need the Sinatra Server running on port
4567
too.