T
TanStack2w ago
stormy-gold

websocket + tanstack start

is there a way to integrate websocket with tanstack start, i couldn't find any example
3 Replies
extended-salmon
extended-salmon2w ago
with nitro plugin or bun no problem
stormy-gold
stormy-goldOP7d 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
extended-salmon7d ago
best way is to create a separate file and start him on different port

Did you find this page helpful?