AngularJS & Deployd
Deployd [* typed correctly *]
why use quick-turnaround apps
1) test idea
2) UX experiments
3) min viable product
4) marketing campaigns
5) etc.
what is typical of quick-turnaround apps
substance over style
avoid custom CSS
skip optimizing runtime performance
fewer cooks in the kitchen
less security
tools
1) deployd for server magic
2) bootstrap for UI magic
3) AngularStrap: Angular + bottstrap
compare against other server tools
1) better support and maint. (firebase & strongloop / loopback)
2) serving speed - real time dynamic queries are expensive
3) user management is half baked - no forgot my password, hard to extend auth/session mgmt.
Has
Collection - generic
UserCollection
Properties
Data
Events
API
Example Events:
On Post: this.time = Date.now(); this.user = me.username;
On Get: dpd.foods.get(this.food, function (food) { this.food = food }
Comments
Post a Comment