Express VS Next in a serverless function, PROS & CONS #12628
Unanswered
rafinskipg
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
This question is to help me understand what is the performance cost of, for example, using express In a serverless function VS using the standard nextjs way.
At the first sight, express API is simple, but you have to end up creating a lot of abstractions to reuse code in a large Next project. Using express would simplify the routing and some other things.
My questions are:
Example:
Express function
/api/auth/[action]
With next
Beta Was this translation helpful? Give feedback.
All reactions