Y
Hacker News
new
|
ask
|
show
|
jobs
by
nickik
2872 days ago
There are still servers involved. Serverless sounds like its peer to peer. What it really is is VM less.
2 comments
collinmanderson
2871 days ago
There's still a VM, too.
Can we call it "stateless"? Because there's theoretically no server state between requests?
link
Drdrdrq
2871 days ago
Well, as a developer I don't need to concern myself with servers, so in a way the term is fitting.
link
nickik
2871 days ago
The interface it gives you is the functionality that the server provides. A server does not mean 'operating system'. you don't have to deal with the OS, but you still have you app running on the server.
link
Can we call it "stateless"? Because there's theoretically no server state between requests?