Bun is a new JavaScript runtime built from scratch to serve the modern JavaScript ecosystem. It has three major design goals:
Speed. Bun starts fast and runs fast. It extends JavaScriptCore, the performance-minded JS engine built for Safari. As computing moves to the edge, this is critical.
Elegant APIs. Bun provides a minimal set of highly-optimimized APIs for performing common tasks, like starting an HTTP server and writing files.
Cohesive DX. Bun is a complete toolkit for building JavaScript apps, including a package manager, test runner, and bundler.
Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.
The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity.
Categories |
|
---|---|
Website | bun.sh |
Details $ | |
Release Date | 2023-09-07 |
Categories |
|
---|---|
Website | dotnet.microsoft.com |
Details $ | - |
Release Date | - |
No Bun.sh videos yet. You could help us improve this page by suggesting one.
Based on our record, Bun.sh seems to be a lot more popular than .NET Core. While we know about 135 links to Bun.sh, we've tracked only 7 mentions of .NET Core. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Once you build a simple Vite backend integration, try not to complicate Vite's configuration unless you absolutely must. Vite has become one of the most popular bundlers in the frontend space, but it wasn't the first and it certainly won't be the last. In my 7 years of building for the web, I've used Grunt, Gulp, Webpack, esbuild, and Parcel. Snowpack and Rome came-and-went before I ever had a chance to try them.... - Source: dev.to / 10 days ago
And in the response use a ReadableStream. This would be the example with Bun:. - Source: dev.to / 7 days ago
Bun (YC S19) | https://bun.sh | San Francisco | ONSITE | Full-time Bun is an incredibly fast JavaScript runtime, package manager, test runner, and bundler. Our 2024 goal is to replace Node.js as the default server-side JavaScript runtime. We launched Bun 1.0 back in September: https://www.youtube.com/watch?v=BsnCpESUEqM, and it's been a really exciting 6-ish months seeing developers use Bun at companies like X... - Source: Hacker News / 27 days ago
We will use bun to be able to run our typescript file, because with bun we can run typescript files without compiling them. - Source: dev.to / 2 months ago
Overall, Bun is a powerful and fast set of tools that will likely spread as time progresses. Bun is today available for Linux, MacOS, and WSL on their website. Its main drawbacks are a small community and low support, but that will change as the project grows. - Source: dev.to / 2 months ago
Start at the beginning. Good luck and welcome! Source: 3 months ago
I know multiple tutorials have already been posted but even MS themselves have a Hello World tutorial https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/intro. Source: over 1 year ago
Have you tried running a simple “Hello, World!”program to see if you have everything installed correctly? Source: over 1 year ago
If you're just beginning vscode is good enough to get started. Just follow this 5 min tutorial to get you going https://dotnet.microsoft.com/en-us/learn/dotnet/hello-world-tutorial/intro as it covers Maros too. Here's a vscode tutorial https://www.syncfusion.com/blogs/post/how-to-develop-an-asp-net-core-application-using-visual-studio-code.aspx. Source: over 1 year ago
There are a ton of free tutorials and guides out there, including ones from Microsoft themselves. Source: about 2 years ago
Deno - A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
Play Framework - An open source web framework which follows the model-view-controller architecture. It is light-weight, web-friendly, and stateless. It provides minimal overhead for highly-scalable applications.
Zig - Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.
ASP.NET - ASP.NET is a free web framework for building great Web sites and Web applications using HTML, CSS and JavaScript.
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple