You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your repo, a great job, is there a way to support an express server?
Yes, but you need to have JS runtime like Node/Bun/Deno to run express.
If devices will have one of them installed then you just spawn a process.
Otherwise you can bundle a runtime, and then spawn a process.
Thank you for your repo, a great job, is there a way to support an express server?
The text was updated successfully, but these errors were encountered: