10 ms·
I love coding with bun. It comes with everything. For my projects I don’t even need any additional dependencies. I use vanilla dom and sqlite
by pyrolistical 5mo ago
I love coding with bun. It comes with everything.
For my projects I don’t even need any additional dependencies. I use vanilla dom and sqlite
- remote-dev 5mo agoThe built-in sqlite and testing functionality is the reason I started using it over pnpm/Node.
- pkilgore 5mo agoNode has both built-in sqlite and testing functionality. Lots of reasons to like bun! But these two are interesting ones...
- silverwind 5mo agoI hope Node eventually gets a WebSocket server like Bun has.