Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Oskobri's avatar

Vapor for API and Nova

Hello everyone,

I wonder about the possibility to use Vapor for an API (which will be called from a separate web app) and Nova. But I wonder if Vapor is made for that given that there is a limitation on the number of concurrent calls and also that Nova seems to make many calls. I don't want to start on a solution if I'm blocked afterwards because too many lambdas are executed due to a too big number of users.

I would have liked to know if there is something which escapes me about Vapor or if it is not the adapted solution and that it is preferable to leave with Forge for example.

0 likes
1 reply
martinbean's avatar

@oskobri Vapor runs on AWS. It’ll handle whatever load you have. But you’ll also be charged accordingly.

Please or to participate in this conversation.