Next.js Discord

Discord Forum

Streaming a response from the app directory route.ts

Answered
qoobes posted this in #help-forum
Open in Discord
I'm looking to see if there's a way that I can send a stream from the route.ts style routes. I know that it's not possible with server actions, is it possible like this?
Answered by qoobes
Solved this. It is possible, it's just a bit confusing when there's 4 serverside things in nextjs now
View full answer

2 Replies

Solved this. It is possible, it's just a bit confusing when there's 4 serverside things in nextjs now
Answer
English Angora
Hi. how did you solve this?