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