DEV Community

Steve Baros
Steve Baros

Posted on

What is the best Stack for Backend ?

Friends,My team got a project to deliver to a client,We are looking at a micro service architecture, Therefore the Frontend is pretty much straight forward since the team is most competent in Vue over React.

However, the puzzle lies in the backend!
What parameters should we apply to chose the best Backend stack .

Currently the team is competent enough with python,go and ruby.

FYI - The system architecture has predominantly relational data so sql is pretty much a no brainer.

Top comments (1)

Collapse
 
sushantjha8 profile image
Susahant

If you are using django / flask as backend you can use mongodb /firebase and if you are looking for microservice you can use
Docker and kubernetes as microservice.
Thanks