
Bun.sh
Deno
Vite
Node.js
Next.js
Zig
Svelte
esbuild
Practice.dev
Scrimba
Codelita
Programming Hero
Tynker
PyTogether
CodeDammit
Glyphide
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.
Based on our record, Bun.sh seems to be a lot more popular than Practice.dev. While we know about 229 links to Bun.sh, we've tracked only 3 mentions of Practice.dev. 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.
It runs on Bun and needs no global install, since bunx fetches and runs it in one step. The first run downloads Chromium once. Every run after that is instant. - Source: dev.to / 12 days ago
This directory contains the TypeScript implementation of the CLI. End users Should install the precompiled backboard binary. Contributors can run or Compile it from source with Bun. - Source: dev.to / 17 days ago
The Node.js ecosystem has powered bots for a decade via discord.js. However, the Bun runtime has completely changed the game. Bun acts as an all-in-one JavaScript toolkit that starts up significantly faster and utilizes memory far more efficiently than standard Node.js. - Source: dev.to / 2 months ago
The binary had a #!/usr/bin/env bun shebang and imported bun:sqlite. I had developed the whole thing under Bun, so on my machine it was perfect. On a normal machine with only Node installed, there is no bun to run the shebang, the entry was a .ts file Node would not execute, and even if it got that far, bun:sqlite is a built-in that only exists inside Bun. Three separate ways to fail before any of my code ran.... - Source: dev.to / 3 months ago
The CLI is a thin Bun wrapper; the engine is the Rust binary it shells out to. Pipe-friendly by design — transcript on stdout, errors on stderr. - Source: dev.to / 3 months ago
If you want to benchmark yourself when you learn React. I’ve completed most of the medium/hard react problems at https://practice.dev to get my job. Source: over 4 years ago
It took me a few months to build practice.dev. Here I extracted the IDE and added live collaboration and npm resolver. It took me 1 week to release live-ide.dev. Source: almost 5 years ago
The idea of practice.dev is to create basics tutorials (currently it's in progress) similar to FreeCodeCamp, and create hundreds of challenges with greater difficulty. Think of it like leetcode/codewars for frontend. Source: almost 5 years ago
Deno - A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
Scrimba - Interactive coding screencasts created in an instant
Vite - Next Generation Frontend Tooling
Codelita - Anyone Can Code
Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
Programming Hero - Personalized, fun, and interactive way to learn programming