This is pretty cool: run Node.js libraries directly in the browser. Even the #nbbcljs REPL works
pnpm install nbb
pnpm nbb (start the repl)
node index.js (run index.js file)
This is pretty cool: run Node.js libraries directly in the browser. Even the #nbbcljs REPL works pnpm install nbb 1 comment
|
What is impressive about this is that this runs 100% client side, but it looks like a normal Node.js runtime