Add support for server code #9
Owner
- Websocket connections require a long-lived NodeJS server, and server code to manage them
- Vercel, as is currently used, does not support this. They instead recommend some third party services to push data to clients.
- Current Vite implementation does not support server code
- Maybe look into using Fastify for a lightweight Node app framework?
- Glitch is nice for easy deployments from a git repo (but may not support gitea?)
* Websocket connections require a long-lived NodeJS server, and server code to manage them
* Vercel, as is currently used, does not support this. They instead recommend some third party services to push data to clients.
* Current Vite implementation does not support server code
* Maybe look into using Fastify for a lightweight Node app framework?
* Glitch is nice for easy deployments from a git repo (but may not support gitea?)
question
enhancement
labels
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?