Large project in Laravel vs Lumen
Asked by gurpreet · · 10460 views
REST Api based project for call center where high traffic is there. we choose micro-service architecture. Now Which one have better permformance Laravel api as micro serive or lumen api as micro service ? Min request approx is 2000 at time.
0
0
2 Answers
Lumen is mainly for smaller applications, and its community is also very small as compare to Laravel. Because the Lumen community is small, so if you stuck on something then it would be difficult to get a solution for that problem.
So, I recommend you Laravel. If you create a well-optimized Laravel app then it can handle a very large number of requests.
0
0
Please login or create new account to participate in this conversation.