BrowserCode
LearnExercisesQuizzesPlaygroundReferencesProjects
BrowserCode
Ctrl K
HTMLCSSJavaScriptTypeScriptPythonTailwind CSSReactBootstrapPHPSQLMongoDBNode.jsSEOTyping Speed
HTMLCSSJavaScriptTypeScriptPythonTailwind CSSReactBootstrapPHPSQLMongoDBNode.jsSEOTyping Speed
Back to Nodejs Index

Core Modules

  • Module: buffer
  • Module: child_process
  • Module: crypto
  • Module: events
  • Module: fs
  • Module: http
  • Module: https
  • Module: os
  • Module: path
  • Module: stream
  • Module: url
  • Module: util

Databases

  • client.connect()
  • client.db()
  • MongoClient
  • pool.query()

File System

  • fs.access()
  • fs.appendFile()
  • fs.mkdir()
  • fs.readdir()
  • fs.readFile()
  • fs.rename()
  • fs.stat()
  • fs.unlink()
  • fs.watch()
  • fs.writeFile()

Globals

  • Buffer
  • clearInterval
  • clearTimeout
  • console
  • __dirname
  • __filename
  • global
  • setInterval
  • setTimeout
  • URL

HTTP

  • http.createServer()
  • req.method
  • req.on()
  • req.url
  • res.end()
  • res.setHeader()
  • res.writeHead()

Path

  • path.basename()
  • path.dirname()
  • path.extname()
  • path.format()
  • path.isAbsolute()
  • path.join()
  • path.parse()
  • path.resolve()

Process

  • process.argv
  • process.cwd()
  • process.env
  • process.exit
  • process.on()

Security

  • bcrypt.compare()
  • bcrypt.hash()
  • jwt.sign()
  • jwt.verify()
  1. References
  2. Node.js
  3. Process
Process

process.argv

Process variable/method: process.argv.

process.argv

Process variable/method: process.argv.

Syntax

process.argv

Example

process.argv
← Previousprocess.envNext →process.exit
BrowserCode

An interactive educational platform designed to help you learn modern web development directly in your browser. No setup required.

Learn

  • Courses
  • Playgrounds
  • Exercises
  • Quizzes
  • Projects
  • References
  • Typing Speed

Company

  • About Us
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Acceptable Use
  • Disclaimer

© 2026 BrowserCode. All rights reserved.

Made for education.