---
title: "How to: Migrating from Node to Bun"
url: https://daily.dev/posts/how-to-migrating-from-node-to-bun-2wqelo1ak
source_url: https://blog.openreplay.com/how-to--migrating-from-node-to-bun/
type: article
source: "asayer"
published: 2024-03-11T21:30:21.503Z
updated: 2024-05-09T08:29:02.242Z
tags: ["webdev", "javascript", "nodejs", "bun"]
reading_time: 12
upvotes: 44
comments: 7
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to: Migrating from Node to Bun

**[asayer](https://daily.dev/sources/asayer)** · 12 min read · 44 upvotes · 7 comments

## Summary

Learn about the rise of Bun as an alternative to Node.js and how it simplifies web development with its speed, built-in features, and seamless compatibility with Node.js APIs. Discover the essential features of Bun, how to start a new project, and strategies for migrating from Node.js to Bun. Don't forget to consider compatibility and focus on performance when making the migration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.openreplay.com/how-to--migrating-from-node-to-bun/>

## Community discussion

Top comments from developers on daily.dev.

**@devhritvik** · 2 upvotes

> It is good but for MacOS and Linux users, However windows users have hard luck with this as of now since it is not stable.

**@dantasdev** · 2 upvotes

> now you need to do: "How to: Migrating from Bun to WinterJS"  😂😂

**@imamdev\_** · 1 upvotes

> If you migrating and using docker, here's a great docker image https://github.com/ImBIOS/bun-node

**@lin\_du** · 0 upvotes

> Bun does not support windows yet.

**@eucaue** · 0 upvotes

> I've been using bun, and it's a great experience, all in one, fewer dependencies, and works out of the box with typescript, I love it. :)

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#nodejs](https://daily.dev/tags/nodejs), [#bun](https://daily.dev/tags/bun)

[View this post on daily.dev](https://daily.dev/posts/how-to-migrating-from-node-to-bun-2wqelo1ak)
