Skip to content

Proof of concept for websockets with Ember.js and Faye

Notifications You must be signed in to change notification settings

cyril-sf/websockets-ember

Repository files navigation

ember-js-getting-started

A barebones Ember.js app, which can easily be deployed to Heroku.

This app is deployed as a static app, if you would like to try a one click deploy of a FastBoot app check out this branch.

Prerequisites

You will need the following things properly installed on your computer.

Running Locally

$ git clone [email protected]:heroku/ember-js-getting-started.git
$ cd ember-js-getting-started
$ yarn install
$ ember server

Your app should now be running on localhost:4200.

Deploying to Heroku

$ heroku create --buildpack https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
$ git push heroku master
$ heroku open

or

Deploy

Documentation

About

Proof of concept for websockets with Ember.js and Faye

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published