|
|
|
|
|
by jmsduran
4991 days ago
|
|
Recently I've been fascinated with software architectures that shift the locus of control back to the client, instead of the server/cloud. So seeing "serverless" in the title caught my attention, only to find that it too looked like just another buzzword.. |
|
It's nice that web applications are starting to pick up on this concept. Browsers are advanced enough that the entire front-end can be run 100% in the browser, which shifts a good portion of the app that used to have to be scaled from server to the client. That way you can focus on scaling your API. This split I've noticed also tends to make client-side web apps more responsive (even if it's just an illusion), which people appreciate.