Remix.run Logo
pyrolistical 7 hours 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 7 hours ago | parent [-]

The built-in sqlite and testing functionality is the reason I started using it over pnpm/Node.

pkilgore 6 hours ago | parent [-]

Node has both built-in sqlite and testing functionality. Lots of reasons to like bun! But these two are interesting ones...

silverwind 5 hours ago | parent [-]

I hope Node eventually gets a WebSocket server like Bun has.