Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Create a comparison between Loopback 4 and other popular frameworks #5760

Closed
mitsos1os opened this issue Jun 17, 2020 · 7 comments
Closed

Comments

@mitsos1os
Copy link

Suggestion

A blog post (as suggested in #630) or a framework comparison table that showcases the differentiating factors and why should someone choose LB4 instead of other popular frameworks.

Use Cases

So what is it that makes LB4 different than the other frameworks? Having a side by side comparison with other popular frameworks, will help newcomers understand what is offered from LB4 and possibly hint them to the right direction which is not obvious from the start. Also feature comparison like all in one functionality such authentication - authorization, existence of common CRUD interface for all supported DB's out of the box, integrated ORM etc...

Related to #5113

Examples

Basic example could be: https://loopback.io/lb3/resources#compare However I think it should go in a little bit deeper

@mitsos1os mitsos1os changed the title Create a comparison between Loopback 4 and other popular frameworks [Docs Create a comparison between Loopback 4 and other popular frameworks Jun 17, 2020
@mitsos1os mitsos1os changed the title [Docs Create a comparison between Loopback 4 and other popular frameworks [Docs] Create a comparison between Loopback 4 and other popular frameworks Jun 17, 2020
@dhmlau dhmlau added the Docs label Jun 18, 2020
@dhmlau
Copy link
Member

dhmlau commented Jun 19, 2020

FWIW, we have a blog post explaining LoopBack can be a good choice for Express developers: https://strongloop.com/strongblog/express-to-loopback/. It's not from the angle as https://loopback.io/lb3/resources#compare because it's not a fair comparison.

Personally, I agree that it's a good idea to have such comparison.

@HrithikMittal
Copy link
Contributor

Hey @dhmlau Can you suggest some frameworks with them. I can compare it and write a blog over it.Thanks

@mitsos1os
Copy link
Author

@HrithikMittal You can check out NestJS, FeathersJS, AdonisJS

@zenVentzi
Copy link

Trying to pick a new framework for our team. Any news? Most interested in comparison between LP4 and Nest.js

@raymondfeng
Copy link
Contributor

raymondfeng commented Oct 6, 2020

@zenVentzi You should check out https://stackshare.io/stackups/loopback-vs-nestjs#:~:text=Developers%20describe%20LoopBack%20as%20%22Build,with%20little%20or%20no%20coding.&text=On%20the%20other%20hand%2C%20NestJS,detailed%20as%20%22A%20progressive%20Node and https://stackoverflow.com/questions/60948693/nestjs-vs-loopback-4

Here is my (biased) take:

  1. Nestjs focuses on handling incoming requests from various transports while LoopBack 4 not only supports different types of servers but also helping you compose API business logic from existing data and services.

  2. Nestjs is probably targeting front-end developers to do backend work. LoopBack implements and promotes proven patterns to make your application scalable.

  3. LoopBack 4 comes with great extensibility and composability stories - IoC/DI, Extension Point/Extension, and Middleware/Interceptor chain.

@stale
Copy link

stale bot commented Jul 14, 2021

This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.

@stale stale bot added the stale label Jul 14, 2021
@stale
Copy link

stale bot commented Aug 13, 2021

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants