Skip to main content

16 docs tagged with "Node Js"

View All Tags

assert

assert is defined as: Node.js Module to Unit Test validity of operations. Topics on: assert.equal(), assert.deepEqual(), assert.deepStrictEqual(), assert.strict

body-parser

body-parser is defined as: Node.js Middleware Module to parse (URL/JSON-encoded) POST data. Topics on: . Read more: JS, Nodejs, Node Stack, Node Js, Middleware,

CommonJS

CommonJS is defined as: (legacy) Module format (originally) for Servers (Node.js). Topics on: CommonJS Modules are loaded Syncly, exports, Import CommonJS Modul

cors

cors is defined as: Node.js Module for CORS to open up API so accessible by other Domains. Topics on: cors called as function to return some Middleware. Read mo

Electron

Electron is defined as: JS Framework to build desktop App with JS, HTML & CSS, embed in Chromium & Node.js. Topics on: Electron is FOSS & cross platform. Read m

Express

Express is defined as: Node.js Node Framework to handle complex Routing, Middleware, Server Side Render. Topics on: Express is Fast Unopionated Minmalist Web Fr

global

global is defined as: global namespace object in Node.js. Topics on: console, var appends to namespace of file (Module) & NOT global. Read more: JS, Nodejs, Nod

node

node is defined as: start REPL Terminal for Node.js. Topics on: REPL, --debug, -h, -v. Read more: JS, Nodejs, Nodejs Commands, Node, REPL, Terminal, Node Js

Node API

Node API is defined as: core Node.js internal Module built-in with Node.js. Topics on: Non-Blocking, Low-Level, http, https, path, util, readline, v8, events, c

Node Global Object

Node Global Object is defined as: Top-Level Object access within Node.js w/o req CommonJS import. Topics on: __dirname, __filename, exports, global, os, process

nvm

nvm is defined as: Dev tool to run multiple versions of Node.js on same OS. Topics on: . Read more: JS, Nodejs, Npm, Nvm, Dev Tool, Node Js, OS | FullStack Wiki

prisma

prisma is defined as: ORM with Node.js + TS to data model, with UI to view/mod db. Topics on: prisma studio. Read more: Computer Science, Data Structure, Datab

Server Runtime

Server Runtime is defined as: Node.js & Edge Runtime. Topics on: Edge Runtime, (default) /app use Node.js. Read more: React, React Stack, Nextjs, Next Concepts,

socket.io

socket.io is defined as: Node.js Module to build WebSockets with built-in Server/Client & fallback Long Polling. Topics on: . Read more: JS, Nodejs, Node Stack,

ts-node

ts-node is defined as: CLI tool for TS & REPL for Node.js. Topics on: JIT transforms TS to JS, for direct execution on Node.js, cmd: npx ts-node to run ts-node

V8

V8 is defined as: JS Engine of Google Chrome & Node.js. Topics on: also engine for Web Assembly?, written in C++, open-source, maintain by Google. Read more: Co