websocket + tanstack start
is there a way to integrate websocket with tanstack start, i couldn't find any example
3 Replies
extended-salmon•2w ago
with nitro plugin or bun no problem
stormy-goldOP•7d ago
How can I use Bun with TanStack Start to build a chat app using WebSockets?
Do I need to create a separate ws server/file and run it on a different port, or is there a recommended way to handle WebSocket connections directly inside a TanStack Start project?
extended-salmon•7d ago
best way is to create a separate file and start him on different port