|
|
|
Ask HN: What Is Serverless
|
|
2 points
by shreythecray
1338 days ago
|
|
If you had to breakdown serverless and explain it to someone in middle school, how would you describe it? Would you use an analogy to make it more relatable? Would you try to explain it on a surface level or go into the depths of serverless? What concepts would you focus on? |
|
The web server does this by looking at the request and then running a certain set of instructions on how to serve the request.
Rather than having to build the web server, serverless is a service where you can just give the serverless provider the instructions and they will run them for you.