Deno vs Bun vs Node
Which one's the best for bot development, speed, html logging and SQL database?
5 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPThis is an opinion and you could get many different answers, and most of it isn't related to d.js (if any of it is). You might want to ask in a general programming server for opinions
d.js was designed for node, but it does have compatibility with bun and deno (if they don't break things)
Bun is much faster and easier to use but consumes more memory when using discord.js. Also most hosting providers don't support bun unless you host on a VPS.
Bun is the fastest but also the most unstable out of all three. Deno is there for the purpose of being there and node is the good old fashion thing that just works.
Yeah like Mark said, this is all just opinion