|
@ -105,7 +105,7 @@ server.listen(7000, "localhost");</pre> |
|
|
<p> |
|
|
<p> |
|
|
Node eventually wants to support all POSIX operating systems |
|
|
Node eventually wants to support all POSIX operating systems |
|
|
(including Windows with MinGW) but at the moment it is only being |
|
|
(including Windows with MinGW) but at the moment it is only being |
|
|
tested on <b>Linux</b>, <b>Macintosh</b>, and <b>FreeBSD</b>. The |
|
|
tested on <b>Linux</b>, <b>Macintosh</b>, and <b>Solaris</b>. The |
|
|
build system requires Python 2.4 or better. V8, on which Node is |
|
|
build system requires Python 2.4 or better. V8, on which Node is |
|
|
built, supports only IA-32 and ARM processors. V8 is included in the |
|
|
built, supports only IA-32 and ARM processors. V8 is included in the |
|
|
Node distribution. To use TLS, GnuTLS and libgpg-error are required. |
|
|
Node distribution. To use TLS, GnuTLS and libgpg-error are required. |
|
|