Skip to content

marcdonovan/ember-twitter-demo

This branch is 4 commits behind hglattergotz/ember-twitter-demo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

571f83f · Jan 26, 2015

History

5 Commits
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015
Jan 26, 2015
Jan 25, 2015
Jan 25, 2015
Jan 25, 2015

Repository files navigation

Demo application written in Ember.js as part of the talk "Why you should take a look at Ember (again)"

This application demonstrates how to write an Ember.js app that talks to a backend via REST and Websockets.

It uses

Installation

  • $ npm install -g ember-cli
  • $ npm install -g bower
  • $ git clone git@github.com:hglattergotz/ember-twitter-demo.git
  • $ ember install
  • $ ember serve --proxy http://127.0.0.1:8001

Please note the proxy flag in the last command, this expects your node backed to be listening on port 8001. See below for details.

Backend

The hglattergotz/node-twitter-example application can be used as the backed for this example.

About

Demo Ember.js application that displays a Twitter stream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.8%
  • Handlebars 15.0%
  • HTML 12.7%
  • CSS 6.5%