saltyshiomix / nextron

⚡ Next.js + Electron ⚡
https://npm.im/nextron
MIT License
3.98k stars 229 forks source link

Vercel backend SSR / server actions #463

Closed lukasb closed 6 months ago

lukasb commented 6 months ago

I need my Electron app to hit my Vercel backend. It's fine if it doesn't work without a network connection.

Two questions:

  1. Can I use my Vercel backend for SSR?
  2. Can I use Next.js server actions, or will I have to translate those into explicit https GET/POSTs?
lukasb commented 6 months ago

Closing this, will create a discussion thread instead.