Dean McNamee f67e8f243c Export more functions for initializing and starting node.
For greater flexibility in controlling node's initialization and startup, the
following new functions are exported.

  - node::Init()
  - node::SetupProcessObject()
  - node::Load()
  - node::EmitExit()

These are some of the major steps involved in node::Setup().  Exporting these
functions allows an embedding program to write a replacement for node::Start(),
and to have access to the node process object after it's created.
2011-03-18 11:11:25 -07:00
2011-03-14 17:45:15 -07:00
2011-03-16 16:34:12 -07:00
2010-12-20 23:51:07 +01:00
2011-02-19 18:45:34 -08:00
2011-03-02 22:10:26 -08:00
2011-02-18 10:45:25 -08:00
2010-11-22 13:32:49 -08:00
2010-11-01 16:51:20 -07:00
2010-11-23 23:33:20 -06:00
2011-03-14 17:37:05 -07:00
2011-02-10 02:40:11 -08:00
2011-01-27 16:24:02 -08:00
2011-01-05 11:59:04 -08:00
2011-02-04 14:49:50 -08:00
2011-03-14 17:45:15 -07:00

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

Resources for Newcomers

Description
No description provided
Readme 175 MiB