the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.99k stars 667 forks source link

LoopBack 4 #1765

Open mdartic opened 5 years ago

mdartic commented 5 years ago
waghanza commented 5 years ago

Thanks @mdartic

bajtos commented 5 years ago

Hi, this is @bajtos from the LoopBack team. I am not familiar with this repository and what kind of benchmarks you are running, but I am happy to help you to improve the LoopBack app used for benchmarking to make it reasonable & meaningful.

bajtos commented 5 years ago

We have some basic benchmarks here: https://github.com/strongloop/loopback-next/tree/master/benchmark/src, see worker.ts for server setup and scenarios for REST API calls made by the benchmark. The benchmarks are testing CRUD operations using out in-memory database. This is not comparable with frameworks that provide REST/HTTP layer only. To test the HTTP layer only, we need to implement a custom http endpoint that does not call LoopBack's ORM.

waghanza commented 5 years ago

Hi @bajtos,

This benchmark is about performances. All implementation MUST respond to 3 endpoints :

Regards,

mbnoimi commented 3 years ago

Is there any progress on testing LoopBack 4?

waghanza commented 3 years ago

none. any contribution is ❤️

waghanza commented 2 years ago

Hi @krishnaTORQUE,

Thanks for https://github.com/the-benchmarker/web-frameworks/issues/4979. I understand that you wish to see loopback in here.

Feel free to submit a PR for this, glad to review any

Regards,