mirror of https://github.com/nodejs/node.git
parent
578f69bcf4
commit
1fc2c3823c
|
@ -27,7 +27,7 @@ libraries.
|
|||
## Hello world
|
||||
|
||||
To get started let's make a small Addon which is the C++ equivalent of
|
||||
the following Javascript code:
|
||||
the following JavaScript code:
|
||||
|
||||
exports.hello = function() { return 'world'; };
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Stability: 3 - Stable
|
||||
|
||||
Pure Javascript is Unicode friendly but not nice to binary data. When
|
||||
Pure JavaScript is Unicode friendly but not nice to binary data. When
|
||||
dealing with TCP streams or the file system, it's necessary to handle octet
|
||||
streams. Node has several strategies for manipulating, creating, and
|
||||
consuming octet streams.
|
||||
|
|
Loading…
Reference in New Issue