Change the deployment from serverless to containers

I went through the tutorial, honestly its more than wonderful, but I have some concerns about serverless and container based applications, so I want to do the same example but using docker, and I have been trying to do so but can’t figure out the right technology to use, can you advice which node framework should I use to build microservices for aws ec2 using docker? I have read about express, restify, fastify and many more, Im totally clueless about the most one that fits me, can you advice?

1 Like

Thanks for the kind words!

To be honest I don’t have too much experience with running things on Docker. I’ve run Express on it before. But if I was personally running an Express app, I would use something like https://aws.amazon.com/elasticbeanstalk/.

1 Like