Email or username:

Password:

Forgot your password?
(λ. borkdude)

This is pretty cool: run Node.js libraries directly in the browser. Even the #nbbcljs REPL works

webcontainers.io/

pnpm install nbb
pnpm nbb (start the repl)
node index.js (run index.js file)

#clojure #nodejs

1 comment
(λ. borkdude)

What is impressive about this is that this runs 100% client side, but it looks like a normal Node.js runtime

Go Up