User Tools

Site Tools


sweater:web_implementation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
sweater:web_implementation [2019/03/04 21:00] – created mithatsweater:web_implementation [2019/03/05 02:16] mithat
Line 1: Line 1:
 ====== Sweater Web Implementation ====== ====== Sweater Web Implementation ======
  
-Even though we may have decided to build the app using Web technologies, our decisions about technologies isn't done. Something that would be helpful to have an understanding of early on is how much to rely on backend processes and how much to do in the front end. In the case of Sweater, we could design the app to be almost completely backend driven. But it's hard to make a good business case for this. Having the backend go out and get weather data for the specific user (making sure you keep track of the current user), compose a page and send that back to the client, and then forcing the update of that page makes little sense when the client can do it all in the front-end and do it with grace.+Even though we may have decided to build the app using Web technologies, our decisions about technologies isn't done. Something that would be helpful to have an understanding of early on is how much to rely on backend processes and how much to do in the front end. In the case of Sweater, we could design the app to be almost completely backend driven, but it's hard to make a good business case for this. Having the backend go out and get weather data for the specific user (making sure you keep track of the current user), compose a page and send that back to the client, and then designing a mechanism the update of that page makes little sense when the client can do it all in the front-end and do it with grace.
  
 So, it looks like Sweater will be a relatively simple full-on [[https://en.wikipedia.org/wiki/Single-page_application|SPA]]. So, it looks like Sweater will be a relatively simple full-on [[https://en.wikipedia.org/wiki/Single-page_application|SPA]].
sweater/web_implementation.txt · Last modified: 2019/03/05 03:24 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki