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

Add support for different server adapters #101

Open
mgm1313 opened this issue Sep 22, 2024 · 1 comment
Open

Add support for different server adapters #101

mgm1313 opened this issue Sep 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mgm1313
Copy link

mgm1313 commented Sep 22, 2024

Similar to TRPC, it would be great to not only use the built-in standalone server currently provided by Skiffa, but also to integrate it within an existing Fastify or Hono server (in our case). The reason for this is that the server has enough capacity to handle tasks such as cron jobs, incoming webhooks, and processing queues, and implementing those tasks is more enjoyable with these frameworks. Another reason would be to support a serverless environment, perhaps? Anyway, cool stuff!

@elmerbulthuis elmerbulthuis added the enhancement New feature or request label Oct 3, 2024
@elmerbulthuis elmerbulthuis self-assigned this Oct 3, 2024
@mgm1313
Copy link
Author

mgm1313 commented Oct 3, 2024

My first request would be: https://vercel.com/docs/functions

It also supports streaming!
And if the output could be CommonJS we also benefit from bytecode caching

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

No branches or pull requests

2 participants