Skip to content

Instantly share code, notes, and snippets.

@famanson
Last active August 29, 2015 14:25
Show Gist options
  • Save famanson/aa7d1ebd904d76dff380 to your computer and use it in GitHub Desktop.
Save famanson/aa7d1ebd904d76dff380 to your computer and use it in GitHub Desktop.
EmberJS resources (Hanoi Javascript meetup)

EmberJS resources:

  • Main EmberJS website
  • ember-cli - command-line tools for project setup and deployment
  • ember-cli-deploy - lightning-fast deployment of Ember to redis/S3 included in eember-cli. You can find an example of a Redis-backed Flask-based Ember frontend endpoint I wrote here. An example deploy.js file that Esplorio uses can be found here
  • For those interested in Google Map integration, you can check this out (only compatible with Ember 1.13 for now - we skipped the latest version since 2.0 is coming up real soon)
  • For those interested in Ember server-side rendering, you can check out fastboot
  • A list of websites built with Ember can be found here
  • Esplorio team's stats for moving from Django Template + jQuery to EmberJS: https://twitter.com/esplorio/status/619100079992008704
  • EmberJS Slack Community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment