Bun v0.5

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • Is your sense also that this is the root cause of Bun's outstanding speed? Node.js is written in C++ which also requires low-level control over memory.

    Is there something about C++ that makes it less well-suited for what Bun does than Zig?

    Or is the problem with Node.js that it relies too much on JavaScript and Python alongside C++ in hot paths?[2]

    [1] https://bun.sh/

    [2] https://github.com/nodejs/node

  • ziglings

    Learn the Zig programming language by fixing tiny broken programs.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  • Civet

    A TypeScript superset that favors more types and less typing

  • Civet just added a bun loader https://github.com/DanielXMoore/Civet/blob/main/source/bun-c...

    I'm curious to hear your thoughts about Bun/Civet integration to explore improvements to the language frontend as well as the language backend?

  • libuv

    Discontinued Go to (by joyent)

  • You might be thinking of io.js, which was a fork almost entirely due to politics. The advisory board came out of it, and a push for semver, but it started here: https://github.com/joyent/libuv/commit/804d40ee14dc0f82c482d...

  • design

    WebAssembly Design Documents

  • Scientific performance critical code isn't written in Python, it is written in C/C++ which is used by Python. Python in ML usually merely describes the calculation not unlike React describes the DOM that should be displayed in the browser.

    JavaScript was never really known for admin or file manipulation (Perl replacement), so that was what probably established the dominant ecosystem for Python. I also don't think the runtime overhead is applicable due to native C/C++ part, and download time doesn't have to be bad since modules can be split just like in JavaScript ecosystem today. For an AI app, the model inference weights might be larger than the compiled WASM code itself. However, I'd agree with you that porting legacy apps might not be possible without something close to a rewrite.

    There is a reasonable chance that once WASM GC is implemented, then direct DOM access will be provided [1], which I believe could pretty much halt interest in new JavaScript development for web frameworks overnight. WASM is the reincarnation of the Java Applet, but better. And a more typed language like Go or Dart could become the most widely used programming language. Either compile it to WASM as plugin for something like the browser, compile to JavaScript for "legacy browsers", or to native code for a standalone app. There are probably a handful of developers already assuming this and trying to write a version of React running in WASM already.

    [1] https://github.com/WebAssembly/design/blob/main/Web.md#gc

  • glob-match

    An extremely fast glob matching library in Rust.

  • You might be interested in @devongovett's `glob_match` library (written in Rust): https://github.com/devongovett/glob-match

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • websockets

    WebSockets Standard (by whatwg)

  • Really appreciating bun's ability to set custom WebSocket headers.

    Incidentally, what's up with the resistance against this from the standards maintainers? [1]

    The request exists since 2017, there are tons of use cases and developer interest, but implementation is refused on technicalities. What gives?

    [1] https://github.com/whatwg/websockets/issues/16

  • stdlib

    ✨ Standard library for JavaScript and Node.js. ✨

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Is your sense also that this is the root cause of Bun's outstanding speed? Node.js is written in C++ which also requires low-level control over memory.

    Is there something about C++ that makes it less well-suited for what Bun does than Zig?

    Or is the problem with Node.js that it relies too much on JavaScript and Python alongside C++ in hot paths?[2]

    [1] https://bun.sh/

    [2] https://github.com/nodejs/node

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building Your First Browser Game with Three.js and React: Part 1 - Getting Started

    1 project | dev.to | 8 May 2024
  • WebSockets com Socket.io: Criando Aplicações Real-Time com Node.js

    1 project | dev.to | 6 May 2024
  • Day 2: Setting Up Angular Development Environment

    1 project | dev.to | 2 May 2024
  • Part 2: Setting Up Your Node.js Environment

    1 project | dev.to | 29 Apr 2024
  • Announcing Node.js 22.0.0: What’s New and Why It Matters

    1 project | dev.to | 28 Apr 2024