Usage
Other Frameworks
Use Scoopika with any web framework
Readable Stream
You can run a Scoopika API with any web framework that supports HTTP streaming.
The setup of your Scoopika Endpoint remains the same
(refer to this guide).
You only need to create a ReadableStream
and send it as a response using your chosen framework.
Here’s how to do it:
Example with Fastify
For Fastify, you can handle the stream like this:
Example with Hono (with Deno)
and the same goes for any other framework.
Need Help?
If you face any issues with this feel free to contact us.
Was this page helpful?