Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
2
Likes
1
Comment
What is the future of cloud computing? Microservices vs serverless architectures
by
Dana
https://www.byteant.com/blog/serverless-vs-microservices-architecture-what-does-the-future-of-business-computing-look/
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.