T
TanStack4w ago
correct-apricot

Does tanstack uses nodeJs runtime for everything server?

I couldn't find many mentions of runtime on the docs and I don't trust the chat gpt answers too much. I just want to be sure before I migrate from nextJs to tanstack start. This edge runtime gave me so many headaches and we never used it as we host on bare metal and don't use serverless stuff.
2 Replies
ambitious-aqua
ambitious-aqua4w ago
depends on where and what you deploy (and bundle for) this is more of a general question than anything really specific to tanstack start you can run on bun instead of node if you want
correct-apricot
correct-apricotOP4w ago
That's awesome, we have averything on bun expect mobile apps and nextJs apps. My concern was that the equivalent of server actions would enforce an edge runtime, like nextJs does.

Did you find this page helpful?