It's really a fun project.
So far:
- web server up and running
- unit test suite with some basic tests up and running
- filesystem access (list/read files)
- typescript code only
and all of that out of the box with both engines, zero dependency!
This is SOOO huge, in the past you needed like hundrets of packages (cascaded) for that! Insane!
Released `bun-plugin-dlight` 0.5! Did you know you can use Bun.build to transpile and bundle html/js/ts? This is a simple plugin for `Bun.build` that lets you transpile DLight views for your web app (see https://dlight.dev)
A React-Router v7 template using Bun and Hono.
https://github.com/jpcpereira93/react-router-bun-hono-template
We have benchmarked SVR.JS (w/o clustering)
again on various JavaScript runtimes.
We have checked Node.JS, Deno, and Bun.
The result? Bun is the most efficient.
Good job, Bun!
Running bun amd64 in docker under platform rosetta2 translation breaks Bun.serve · Issue #15204 · oven-sh/bun
https://github.com/oven-sh/bun/issues/15204
Be careful when running #BunJS in docker on a #mac that your containers support arm64
Bun isn't very stable on Rosetta2
Even when building a small web service it’s important to add support for #gdpr data and deletion requests
https://example.stupidwebauthn.site
Even for a passwordless passkey auth website
Now with a #GoLang sdk (the 1st button)
#buildinpublic #programming #bunjs
People versed in Javascript/Node.js package managers (npm, yarn, and company): Is there any reason that a lockfile *shouldn't* be committed to a repository?
I'm usually *for* committing lockfiles, but I've noticed some people in the JS ecosystem don't include them for reasons that are unclear to me.