Quote:
Originally Posted by Relic
I'd consider porting your website to laravel.
|
php is incompatible with this tech stack
and if the application is designed for seo there is no advantage to using laravel than modern javascript framework like next.js
Quote:
Originally Posted by Relic
How well does your code scale?
|
yes thanks for your question i forgot to speak about it.
as a serverless app it's is by definition utra scallable
a serverless application is an application whose servers are managed and hosted by the giants of the web like gcloud (google), aws (amazon), azure (microsoft),
(in my case i use vercel with next.js who use AWS)
a serverless app will only light up when we request it, unlike a normal server which is on all the time
the big difference is that the normal server you pay for a certain power
while the serverless app you pay per number of users (with vercel it's free under +- 300k visit/month)
So if tomorrow there is a peak of 100,000,000 user on the site, it will be expansive, but the servers will hold without worries