js.node
.. | |
---|---|
assert | |
buffer | |
child_process | |
cluster | |
console | |
crypto | |
dgram | |
domain | |
events | |
fs | |
http | |
https | |
net | |
readline | |
repl | |
stream | |
tls | |
tty | |
url | |
util | |
vm | |
zlib | |
Assert | The |
Buffer | |
CPU | Object containing information about each CPU/core installed. Returned by |
CPUTime | Object containing the number of milliseconds the CPU/core spent in: |
ChildProcess | |
ChildProcessExecCallback | A callback type for |
ChildProcessExecError | An error passed to the |
ChildProcessExecFileOptions | Options for the |
ChildProcessExecOptions | Options for the |
ChildProcessForkOptions | Options for the |
ChildProcessSpawnOptions | Options for the |
ChildProcessSpawnOptionsStdio | The |
ChildProcessSpawnOptionsStdioBehaviour | Enumeration of possible |
ChildProcessSpawnOptionsStdioFull | |
ChildProcessSpawnOptionsStdioSimple | A shorthand for the |
ChildProcessSpawnSyncOptions | Options for the |
ChildProcessSpawnSyncResult | Object returned from the |
ClearLineDirection | Enumeration of possible directions for |
Cluster | A single instance of Node runs in a single thread. To take advantage of multi-core systems the user will sometimes want to launch a cluster of Node processes to handle the load. The cluster module allows you to easily create child processes that all share server ports. |
ClusterEvent | |
ClusterSchedulingPolicy | |
ClusterSettings | |
Constants | |
Crypto | The crypto module offers a way of encapsulating secure credentials to be used as part of a secure HTTPS net or http connection. |
CryptoAlgorithm | Enumerations of crypto algorighms to be used. |
CryptoKeyOptions | An options type for |
Dgram | Datagram sockets |
DiffieHellmanGroupName | Enumeration of supported group names for |
Dns | This module contains functions that belong to two different categories: |
DnsAddressFamily | Enumeration of possible Int |
DnsError | Error objects returned by dns lookups are of this type |
DnsErrorCode | Each DNS query can return one of the following error codes |
DnsLookupCallbackAll | |
DnsLookupCallbackAllEntry | |
DnsLookupCallbackSingle | |
DnsLookupOptions | Type of the |
DnsResolvedAddress | |
DnsResolvedAddressMX | Types of address data returned by |
DnsResolvedAddressSOA | |
DnsResolvedAddressSRV | |
DnsRrtype | Enumeration of possible |
Domain | Domains provide a way to handle multiple different IO operations as a single group. |
Endianness | |
Events | Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture
in which certain kinds of objects (called "emitters") emit named events that cause |
Fs | File I/O is provided by simple wrappers around standard POSIX functions. All the methods have asynchronous and synchronous forms. |
FsConstants | Constants for use in |
FsCreateReadStreamOptions | Defaults: { flags: 'r', encoding: null, fd: null, mode: 0666, autoClose: true } |
FsCreateWriteStreamOptions | Options for |
FsMode | The |
FsOpenFlag | Enumeration of possible flags for opening file. |
FsPath | Most FS functions now support passing |
FsRmdirOptions | Options for |
FsWatchFileOptions | Possible options for |
FsWriteFileOptions | Possible options for |
Http | The HTTP interfaces in Node are designed to support many features of the protocol which have been traditionally difficult to use. In particular, large, possibly chunk-encoded, messages. The interface is careful to never buffer entire requests or responses--the user is able to stream data. |
HttpCreateServerOptions | |
HttpRequestOptions | Type of the options object passed to |
Https | HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module. |
HttpsCreateServerOptions | |
HttpsRequestOptions | |
IStream |
|
Immediate | This object is created internally and is returned from |
InspectOptions | Options object used by |
InspectOptionsBase | Options object used by |
Iterator | |
IteratorStep | |
KeyValue | Key/value access helper. |
ListeningEventAddress | Structure emitted by 'listening' event. |
ListeningEventAddressType | |
MemoryUsage | |
Module | In each module, the |
Net | The net module provides you with an asynchronous network wrapper. It contains methods for creating both servers and clients (called streams). |
NetConnectOptionsTcp | Options for the |
NetConnectOptionsUnix | Options for the |
NetCreateServerOptions | |
NetIsIPResult | Enumeration of possible values for |
NetworkInterface | Objects containing information about network interface addresses. |
NetworkInterfaceAddressInfo | |
Os | The |
OsConstants | Constants object returned by |
OsUserInfo | Information about the currently effective user (returned by |
Path | The |
PathObject | Path object returned from |
Process | |
ProcessEvent | Enumeration of events emitted by the Process class. |
Punycode | |
PunycodeUcs2 | |
Querystring | The |
QuerystringParseOptions | Options used for |
QuerystringParseResult | The result type of |
QuerystringStringifyOptions | Options for |
Readline | The readline module provides an interface for reading data from a |
ReadlineCompleterCallback | |
ReadlineOptions | Options object used by |
Repl | The |
ReplOptions | Options object used by |
Require | |
RequireResolve | |
RequireResolveOptions | |
Stream | Base class for all streams. |
StringDecoder | The |
SymlinkType | Enumeration of possible symlink types |
Timeout | This object is created internally and is returned from |
Timers | The |
Tls | The tls module uses OpenSSL to provide Transport Layer Security and/or Secure Socket Layer: encrypted stream communication. |
TlsClientOptionsBase | |
TlsConnectOptions | |
TlsCreateServerOptions | Base structure for options object used in tls methods. |
TlsOptionsBase | |
TlsServerOptionsBase | |
Tty | The tty module houses the tty.ReadStream and tty.WriteStream classes. In most cases, you will not need to use this module directly. |
Url | The |
UrlFormatOptions | |
UrlObject | Parsed URL objects have some or all of the following fields, depending on whether or not they exist in the URL string. Any parts that are not in the URL string will not be in the parsed object. |
Util | The |
V8 | The v8 module exposes APIs that are specific to the version of V8 built into the Node.js binary. |
V8HeapSpaceStatistics | Object returned by |
V8HeapStatistics | Object returned by |
Vm | Using this class JavaScript code can be compiled and run immediately or compiled, saved, and run later. |
VmContext | Type of context objects returned by |
VmRunOptions | Options object used by Vm.run* methods. |
Zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. Each class takes the same options, and is a readable/writable Stream. |
ZlibOptions |