{ name: "Christian", occupation: "Engineer" } Instead of sending HTML, send JSON. Only request data that the client has not yet loaded. Instant response when showing data that has already been fetched.
By decoupling the user interface from the typical HTTP request/ response cycle, you can completely modify how updates are communicated to the client. WebSocket
“ Bertrand Meyer Uniform Access All services offered by a module should be available through a uniform notation, which does not betray whether they are implemented through storage or through computation.
Entered state "notLoggedIn" Sent event "enterCredentials" Entered state "loggedIn" Entered state "loggedIn.index" Sent event "showPost" Entered state "loggedIn.showPost" Could not respond to event "editPost" in state "loggedIn.showPost"
Ember is not a throwaway weekend project or a corporate-sponsored project. It is built by and for the Ember community, an open source project first and only.
100% Open Source Built by the Community Ember is not a throwaway weekend project or a corporate-sponsored project. It is built by and for the Ember community, an open source project first and only.