Should You use Bun in 2024?

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025

ความคิดเห็น •

  • @NotoriousPyro
    @NotoriousPyro 9 หลายเดือนก่อน

    Being single threaded isn't necessarily a bad thing. Most programs are not written to be multi-threaded anyway, and single-threaded async code works better and is easier to develop for.

    • @js2brain
      @js2brain  9 หลายเดือนก่อน

      Agreed. Many programs don't require multi threading. For heavy computational operations, I would use something else than JS. Often native libraries can do the heavy lifting in parallel to the main thread.

  • @AbegazNap
    @AbegazNap ปีที่แล้ว

    near feature complete imo, was taking a look at their server sent events handler package and it was a joy to play around with.

  • @vishwanathbondugula4593
    @vishwanathbondugula4593 ปีที่แล้ว

    What's the fastify equivalent for bun?

    • @wannabedevo7
      @wannabedevo7 ปีที่แล้ว +1

      Elysiajs or you can use just fastify

    • @js2brain
      @js2brain  ปีที่แล้ว +1

      Elysia is nice. Covers quite a lot of fastify's capabilities.