Do all backend frameworks support microservices?

Well I need to develop a web application that has to include microservices and that is going to be deployed on the cloud. And i'm quite lost in choosing the framework to use cuz i'm still not very familiar. Any help in this matter would be appreciated

Upvotes: 0

Views: 46

Answers (1)

Levi Ramsey
Levi Ramsey

Reputation: 20591

Microservices are a high-level architectural pattern.

You can implement a microservice in any language or framework (though some frameworks may make some things about the process easier than others).

Upvotes: 1

Related Questions