Node.js Reference

Build scalable backend applications and REST APIs using JavaScript. Explore 60 entries across 8 categories.

Showing 60 references
Globals

__dirname

Global available in Node.js: __dirname.

Globals

__filename

Global available in Node.js: __filename.

Security

bcrypt.compare()

Authentication concept: bcrypt.compare().

Security

bcrypt.hash()

Authentication concept: bcrypt.hash().

Globals

Buffer

Global available in Node.js: Buffer.

Globals

clearInterval

Global available in Node.js: clearInterval.

Globals

clearTimeout

Global available in Node.js: clearTimeout.

Databases

client.connect()

Database integration method: client.connect().

Databases

client.db()

Database integration method: client.db().

Globals

console

Global available in Node.js: console.

File System

fs.access()

File system operation: access.

File System

fs.appendFile()

File system operation: appendFile.

File System

fs.mkdir()

File system operation: mkdir.

File System

fs.readdir()

File system operation: readdir.

File System

fs.readFile()

File system operation: readFile.

File System

fs.rename()

File system operation: rename.

File System

fs.stat()

File system operation: stat.

File System

fs.unlink()

File system operation: unlink.

File System

fs.watch()

File system operation: watch.

File System

fs.writeFile()

File system operation: writeFile.

Globals

global

Global available in Node.js: global.

HTTP

http.createServer()

HTTP module concept: http.createServer().

Security

jwt.sign()

Authentication concept: jwt.sign().

Security

jwt.verify()

Authentication concept: jwt.verify().

Core Modules

Module: buffer

The built-in buffer module in Node.js.

Core Modules

Module: child_process

The built-in child_process module in Node.js.

Core Modules

Module: crypto

The built-in crypto module in Node.js.

Core Modules

Module: events

The built-in events module in Node.js.

Core Modules

Module: fs

The built-in fs module in Node.js.

Core Modules

Module: http

The built-in http module in Node.js.

Core Modules

Module: https

The built-in https module in Node.js.

Core Modules

Module: os

The built-in os module in Node.js.

Core Modules

Module: path

The built-in path module in Node.js.

Core Modules

Module: stream

The built-in stream module in Node.js.

Core Modules

Module: url

The built-in url module in Node.js.

Core Modules

Module: util

The built-in util module in Node.js.

Databases

MongoClient

Database integration method: MongoClient.

Path

path.basename()

Path operation: basename.

Path

path.dirname()

Path operation: dirname.

Path

path.extname()

Path operation: extname.

Path

path.format()

Path operation: format.

Path

path.isAbsolute()

Path operation: isAbsolute.

Path

path.join()

Path operation: join.

Path

path.parse()

Path operation: parse.

Path

path.resolve()

Path operation: resolve.

Databases

pool.query()

Database integration method: pool.query().

Process

process.argv

Process variable/method: process.argv.

Process

process.cwd()

Process variable/method: process.cwd().

Process

process.env

Process variable/method: process.env.

Process

process.exit

Process variable/method: process.exit.

Process

process.on()

Process variable/method: process.on().

HTTP

req.method

HTTP module concept: req.method.

HTTP

req.on()

HTTP module concept: req.on().

HTTP

req.url

HTTP module concept: req.url.

HTTP

res.end()

HTTP module concept: res.end().

HTTP

res.setHeader()

HTTP module concept: res.setHeader().

HTTP

res.writeHead()

HTTP module concept: res.writeHead().

Globals

setInterval

Global available in Node.js: setInterval.

Globals

setTimeout

Global available in Node.js: setTimeout.

Globals

URL

Global available in Node.js: URL.