saltyshiomix / nextron

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

Vercel backend SSR / server actions #463

Closed lukasb closed 1 month ago

lukasb commented 1 month 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 1 month ago

Closing this, will create a discussion thread instead.