How to Containerize Express.js
This is the third installment of my series, Can You Containerize It? Today, I will be teaching you how to use Docker to containerize an Express.js app! Express is a Node.js framework used to build API's. You can easily scale a containerized API to ha...
Jan 22, 20216 min read456

