4,500
edits
add a data architecture section |
|||
Line 1: | Line 1: | ||
== Data Architecture == | |||
=== Ways to get data into the application === | |||
* AJAX HTTP Requests | |||
* Websockets | |||
* Indexdb | |||
* LocalStorage | |||
* Service Workers | |||
=== new ideas on the horizon === | |||
* MVW | |||
* Flux | |||
* Observables | |||
* Falcor | |||
== Forms == | == Forms == | ||