Skip to content

joelewis/node

 
 

Repository files navigation

Node.js

This is a fork of Node.js that allows users to run code in a vanilla V8 environment. I run my JS code across the browser, server and mobile devices. Node helpers aren't supported everywhere. The only lowest common denominator is a vanilla V8 engine environment across all the above platforms. Although the wrappers for V8 across platforms (J2V8 for android and server, JSC for iOS) support running JS code, none of them have a good integration with Chrome DevTools for debugging JS code. Node's DevTools support is pretty awesome, so I tweaked Node's --inspect --inspect-brk option to run the code in vanilla V8 environment with complete Chrome DevTools support!

Building Node.js

See BUILDING.md for instructions on how to build Node.js from source and a list of supported platforms.

About

Fork of nodeJS that allows you to run/debug code in vanilla V8 environment, without all the node stuff (require, module, exports, etc)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.3%
  • C++ 22.3%
  • Python 11.3%
  • C 2.2%
  • HTML 0.8%
  • Makefile 0.2%
  • Other 0.9%