Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/workmanw/embernati-upload-demo
https://github.com/workmanw/embernati-upload-demo
demo ember proof-of-concept
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/workmanw/embernati-upload-demo
- Owner: workmanw
- Created: 2014-03-19T19:18:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-21T14:49:41.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T22:09:48.720Z (2 months ago)
- Topics: demo, ember, proof-of-concept
- Language: JavaScript
- Homepage: http://workmanw.github.io/embernati-upload-demo
- Size: 590 KB
- Stars: 44
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Background
====================
I gave a talk at the March [EmberNati](http://www.meetup.com/EmberNati/) meetup (Cincinnati) on asynchronously uploading files with Ember.js.
This repo contains the code used in that talk.
Here is the video of that talk: http://www.youtube.com/watch?v=7Z3HCTFFCKcDemo
====================
Demo at: http://workmanw.github.io/embernati-upload-demoServer / Running
====================
This is all static content. Run it however it's convenient for you. I usually use python's simple http serverpython -m SimpleHTTPServer
Credit / Attribution
====================
* Started with the Ember 1.4 starter kit (https://github.com/emberjs/starter-kit).
* Using Bootstrap (http://getbootstrap.com/)