Static Web Apps
staticapps.org
Static Web Apps
1–5 of 5 posts
Re: Static Web Apps
#2Re: Static Web Apps
#3why call it "static", when it's obviously dynamic?
(I actually moved to this model myself recently - server producing data, client using Angular to display it.)
Re: Static Web Apps
#4why call it "static", when it's obviously dynamic?
Because the server isn't dynamically producing web pages? (I actually moved to this model myself recently - server producing data, client using Angular to display it.)
Re: Static Web Apps
#5Earlier quoted context omitted.
Because the server isn't dynamically producing web pages? (I actually moved to this model myself recently - server producing data, client using Angular to display it.)
It's still misleading. There's already a term for it. It's "single page web apps". Also they are quite dynamic, as they change the browser state through Javascript and HTTP requests to the server. Nevermind.
That being said, there is lots of confusion out there because of the term static. While the term is accurate in terms of using static file servers to run web applications, I'm beginning to think a new term might be necessary.