Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with self-hosting Next.js #23

Open
berekuk opened this issue Mar 17, 2024 · 0 comments
Open

Experiment with self-hosting Next.js #23

berekuk opened this issue Mar 17, 2024 · 0 comments

Comments

@berekuk
Copy link
Collaborator

berekuk commented Mar 17, 2024

Vercel is nice, but has some downsides:

  • cost
  • lack of websockets
  • cold start delay for lambdas on services with low traffic
  • lack of GC for old deployments (could be a security issue)
  • not colocated with the database
  • hard to integrate with DB migrations

If #22 goes well, then we could try to self-host Next.js, with Cloudfront or some other CDN on top of it for static files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant