How do I stream search results to client with solid-start?

I’m new to SolidJS so sorry if I’m missing something. I want to use solid start for my project and I’m not sure what’s the best approach to stream search results to client. I’m planning to do auth with server handlers via AuthJS on solid-start.
2 Replies
ajelinek
ajelinek2y ago
How are you thinking to stream the data? Sockets or Long Polling?
Dmytro
DmytroOP2y ago
I think websockets are def preferred, might also give SSE a try

Did you find this page helpful?