Node Js Built-in Modules (W3 schools reference)

Node Js Built-in Modules (W3 schools reference)

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

child_process

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (27)

Section 1

(27 cards)

child_process

Front

To run a child process

Back

stream

Front

To handle streaming data

Back

domain

Front

Deprecated. To handle unhandled errors

Back

HTTP & HTTPS

Front

To make Node.js act as an HTTP or HTTPS server

Back

zlib

Front

To compress or decompress files

Back

util

Front

To access utility functions

Back

net

Front

To create servers and clients

Back

url

Front

To parse URL strings

Back

dns

Front

To do DNS lookups and name resolution functions

Back

cluster

Front

To split a single Node process into multiple processes

Back

events

Front

To handle events

Back

path

Front

To handle file paths

Back

os

Front

Provides information about the operation system

Back

dgram

Front

Provides implementation of UDP datagram sockets

Back

timers

Front

To execute a function after a given number of milliseconds

Back

crypto

Front

To handle OpenSSL cryptographic functions

Back

assert

Front

Provides a set of assertion tests

Back

vm

Front

To compile JavaScript code in a virtual machine

Back

readline

Front

To handle readable streams one line at the time

Back

tty

Front

Provides classes used by a text terminal

Back

querystring

Front

To handle URL query strings

Back

tls

Front

To implement TLS and SSL protocols

Back

v8

Front

To access information about V8 (the JavaScript engine)

Back

string_decoder

Front

To decode buffer objects into strings

Back

fs

Front

To handle the file system

Back

punycode

Front

Deprecated. A character encoding scheme

Back

buffer

Front

To handle binary data

Back