For nodejs micro-service deployment, which nodejs framework should be chosen, what is included in the technology stack, and do you need docker?

recently, I have been learning about the deployment of nodejs microservices. I would like to ask what technologies need to be learned

which one should I choose about the nodejs framework?

May.06,2021

We used koa . In terms of technology, we first sort out all kinds of koa middleware, then use portainer to figure out all aspects of docker swarm, and then toss about the API gateway kong .
by the way, if you can, do ELK, that is, log collection.
I hope I can help you.


koa is very concise

I suggest you take a look at eggjs
or thinkjs

these two frameworks are re-encapsulated based on eggjs, and provide a lot of functions

.
Menu