Why The Future Of Software And Apps Is Serverless
readwriteweb.com
Why The Future Of Software And Apps Is Serverless
1–10 of 25 posts
Re: Why The Future Of Software And Apps Is Serverless
#2So it's a meaningless buzzword. Got it.
Re: Why The Future Of Software And Apps Is Serverless
#3Re: Why The Future Of Software And Apps Is Serverless
#4> The phrase “serverless” doesn’t mean servers are no longer involved. So it's a meaningless buzzword. Got it.
Re: Why The Future Of Software And Apps Is Serverless
#5> The phrase “serverless” doesn’t mean servers are no longer involved. So it's a meaningless buzzword. Got it.
It's abstracting above having to manage and think about servers. Just as most developers stopped having to think about registers or print drivers or low-level network protocols or memory pages. You still have all these but you gain big by having technologies that let you abstract away from these levels of detail. Buzzwordy, yeah sure. But the meaning and implications are pretty powerful.
Re: Why The Future Of Software And Apps Is Serverless
#6> The phrase “serverless” doesn’t mean servers are no longer involved. So it's a meaningless buzzword. Got it.
So seeing "serverless" in the title caught my attention, only to find that it too looked like just another buzzword..
Re: Why The Future Of Software And Apps Is Serverless
#7> The phrase “serverless” doesn’t mean servers are no longer involved. So it's a meaningless buzzword. Got it.
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..
Re: Why The Future Of Software And Apps Is Serverless
#8So what changed in network topologies?
Re: Why The Future Of Software And Apps Is Serverless
#9I didn't go it. After all I've been coding distributed applications since early 90's. So what changed in network topologies?
Cloud is a great idea, assuming you're scratch-building for a particular environment (AWS, Azure, etc). Targeting one of those environments constrains my choice of technologies and tools, unless I have the cash for my own private cloud. I don't.
So the only real change for me in the last 20 years has been the switch to IP, and on top of that HTTP instead of TCP. My remote procedure calls still contain byte arrays, and I build all servers and their components myself.
Re: Why The Future Of Software And Apps Is Serverless
#10> The phrase “serverless” doesn’t mean servers are no longer involved. So it's a meaningless buzzword. Got it.
It's abstracting above having to manage and think about servers. Just as most developers stopped having to think about registers or print drivers or low-level network protocols or memory pages. You still have all these but you gain big by having technologies that let you abstract away from these levels of detail. Buzzwordy, yeah sure. But the meaning and implications are pretty powerful.
And as wmf pointed out, we already have plenty of buzzwords for this. PaaS, IaaS, "Cloud computing", etc.