RE: Build, Deploy & Run your API using Loopback, Docker, Jenkins & AWS EC2 — Part 1

You are viewing a single comment's thread from:

Build, Deploy & Run your API using Loopback, Docker, Jenkins & AWS EC2 — Part 1

in programming •  7 years ago  (edited)

What do you think about express js comparing with loopback?
Is it worth migrating from express js to loopback?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Loopback is a node.js framework that is built on top of express.js. The Strongloop's developers created Loopback to help node.js developers cutting amount of code they need write when creating API which does CRUD or Auth. We can think that using loopback is like we are using Express with Steroids and it is worth to moving from Express to Loopback in case we are developing the Backend of Mobile Application which is usually does not have complex logic inside.

Thank you for your upvote &comment @chernopedia