Streaming in Honox
Hi Guys,
I am trying to use streaming in a honox.js app.
When navigating
/stream
I land on a 404 page not found error.
Not sure why this happens when the stream.ts is in the routes folder ?
Does honox.js work with streaming ? If it does how to use streaming or even streaming sse in honox.js ?3 Replies
uhh
I am not experienced in HonoX, but to me it looks like your route is
/stream/stream
and not /stream
, doesn't HonoX automatically set the basePath
?
can you try
(I am only guessing, don't pull a pitchfork if I am wrong)Thanks @Arjix that was actually it.
The answer was so simple. It now works 😀
Nice