Skip to content
/ node Public
forked from nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨

License

Notifications You must be signed in to change notification settings

thw0rted/node

Repository files navigation

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
[email protected].

About

Node.js JavaScript runtime ✨🐢🚀✨

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.4%
  • C++ 20.6%
  • Python 16.4%
  • C 3.6%
  • HTML 1.4%
  • Makefile 0.4%
  • Other 1.2%