2
1 Comment

What is the future of cloud computing? Microservices vs serverless architectures

https://www.byteant.com/blog/serverless-vs-microservices-architecture-what-does-the-future-of-business-computing-look/
submitted this linkon September 8, 2020
  1. 1

    Serverless is a lot more than the "client-serverless" model or BaaS model the article shows, most likely popularized by Firebase.

    For example you can have a serverless API using cloud functions. Your client still interacts with the API as if it was just your typical monolith.

    Or you can use serverless databases from your backend such as FaunaDB or DynamoDB.

    Or you can have a typical monolith development experience using serverless containers with Fly or Google Cloud Run.