Things that people often seem to forget about when talking about Bun:<p><pre><code> * Written Zig, an unstable programming language
* Segfaults and crashes are common
* Doesn’t work on windows (edit: fixed in v1)
* The web-server is based on uWS, a third-party dependency maintained by one person
* Vendor-specific APIs like Bun.serve, Bun.file, etc. You can call Node APIs in Bun, but you cannot call Bun APIs in Node
* Tries to be everything at once: a bundler, a compiler, a package manager, a runtime, a testing framework, etc.
* A VC-baked effort. If the funds run dry there is no Bun anymore</code></pre>