Is there any point to use edge runtime on standalone server ?
Answered
Florida White posted this in #help-forum
Florida WhiteOP
Edge is a faster runtime than the nodejs one, but is it interesting to prepare and run the app on edge for a standalone server ?
The nextjs documentation mentions a lot of benefits for serverless distributed functions not standalone.
The nextjs documentation mentions a lot of benefits for serverless distributed functions not standalone.
2 Replies
@Florida White Edge is a faster runtime than the nodejs one, but is it interesting to prepare and run the app on edge for a standalone server ?
The nextjs documentation mentions a lot of benefits for serverless distributed functions not standalone.
No, I don’t think there are any advantages for edge in that case.
Answer
Florida WhiteOP
thanks a lot for the answer !