Skip to content

pusher-community/emberjs-realtime-chat

Repository files navigation

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 repository
  • cd emberjs-realtime-chat
  • npm install
  • bower install

Running / Development

Further Reading / Useful Links