-
```
npx jsr run @luca/flag
```
just like `deno run jsr:@luca/flag`
@jlarky https://twitter.com/JLarky/status/1783147968251748624
-
I have been doing some benchmarking of workerd against other JS runtimes and I am not seeing very good results. Do you have any recommendations for config for peak performance for benchmarking, or an …
-
### Describe the project you are working on
I'm hacking on a game where the game-core is written in NodeJS/custom-web-runtime.
It's relying heavily on Godot's JavaScriptBridge for game-state and mul…
-
i would like to deploy this on vercel but it's not ndoe js is there any way to deploy this on vercel
-
https://bun.sh/ is amazing – let's explore moving the entire Playground to it.
## Bun "just works"
Bun just does the right thing. I can point it to a file deep in a monorepo and it will resolve …
-
Attendees:
* Ethan Arrowood
* James Snell
* Luca Casonato
* Guy Bedford
* Pooya Parsa
* Andreu
Agenda:
* Updates on Socket API
* Update on runtime keys
* Response.json implemented in F…
-
### 🔍 Search Terms
native nodejs integration
nodejs support
nodejs integration
run nodejs
### ✅ Viability Checklist
- [X] This wouldn't be a breaking change in existing TypeScript/JavaScript cod…
-
### Reproduction
Had invalid default import for `isbot`, which was failing in `entry.server.ts`:
```
import isbot from "isbot";
export default async function handleRequest(
request: Reque…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
## Motivation ("The Why")
When packages do not specify a minimum supported Node version, some people may assume that the package supports *any* version of Node--or at least the ones that their …