W
Windmill5mo ago
rubenf

Node

We have an alpha of a NodeJS compatibility mode (a true one, where NodeJS is the actual runtime). We are looking for enterprise beta testers to test it with your legacy NodeJS code.
12 Replies
Sindre
Sindre5mo ago
I still have some script that is running on lambda. Would love too test this out
rubenf
rubenf5mo ago
Great, will share the instructions with you, it's very simple @Sindre it requires EE, but you just need to: 1. use bun 2. as the first line, use: //nodejs
Unknown User
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View
rubenf
rubenf5mo ago
@pelopida it does work on the cloud already do you have a specific error ? Do you see NODE CODE EXECUTION
Unknown User
Unknown User5mo ago
Message Not Public
Sign In & Join Server To View
rubenf
rubenf5mo ago
use bun as the first line, use: //nodejs
Sindre
Sindre4mo ago
any reason the type is not in Bun? only in deno? Same applies for REST. would love to see types there. I always use resources as input, and I just use Deno now for simplicity. I think I have like 20 scripts that I would in theory at lest move to REST.
No description
rubenf
rubenf4mo ago
we ... just forgot @Hugo ^
Sindre
Sindre4mo ago
ohhh. I'm in the node thread. Sorry about that. Was looking into using the node comp. mode.
But reverted due to the above ..
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
rubenf
rubenf4mo ago
@harisamin it's available!
rubenf
rubenf4mo ago
TypeScript Quickstart | Windmill
In this quick start guide, we will write our first script in TypeScript. Windmill uses Deno and Bun as the TypeScript runtime and is compatible with Node.js using Bun.