node
Node.js is a tool for executing JavaScript in a variety of environments. JavaScript had humble beginnings as a language that lived only in web browsers, but the Node.js project has expanded its reach and helped make it the most popular programming language in the world. Node.js extends the creative potential of people with web development experience, enabling a new generation of developers to create servers, command-line tools, desktop apps, and even robots.
Here are 28,404 public repositories matching this topic...
What version of Next.js are you using?
12.0.1
What version of Node.js are you using?
14.17.4
What browser are you using?
Chrome
What operating system are you using?
Windows
How are you deploying your application?
Vercel
Describe the Bug
I implemented PWA using next-pwa in my application, and went through all the necessary steps. ( creating
-
Updated
Nov 6, 2021
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8)
-
Updated
Nov 6, 2021 - TypeScript
Node.js Production Process Manager with a built-in Load Balancer.
-
Updated
Nov 5, 2021 - JavaScript
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Nov 6, 2021 - JavaScript
Node.js test runner that lets you develop with confidence
-
Updated
Nov 1, 2021 - JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Oct 29, 2021 - JavaScript
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Nov 6, 2021 - TypeScript
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in isMobilePhone validation, we have less than 195 phone validations i.e
In the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Nov 6, 2021 - Go
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
-
Updated
Nov 2, 2021 - JavaScript
pnpm version: 6.7.4
Code to reproduce the issue:
import { execSync } from 'child_process'
try {
execSync('pnpm audit --json --audit-level=low')
} catch ({ stdout }) {
const json = stdout.toString('utf-8')
console.log('BYTES', json.length)
console.log('JSON', json)
}Discussed in directus/directus#9040
Originally posted by benhaynes October 21, 2021
Options fo
Describe the bug
I've built the verdaccio/verdaccio:local local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker -
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\ -
docker-compose up
The commitizen command line utility. #BlackLivesMatter
-
Updated
Oct 16, 2021 - JavaScript
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Nov 6, 2021 - TypeScript
-
Updated
Oct 19, 2021 - JavaScript
Context
This isn't really a feature request, as what I need is possible with nock as-is. But I spent several hours searching, reading old issues and searching through the source code to find the solution, so I thought this might help others.
I am testing code that accesses a service that sets the statusMessage of the response, as well as the statusCode. I am using nock to mock the server
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Oct 29, 2021 - TypeScript
Reactide is the first dedicated IDE for React web application development.
-
Updated
Dec 31, 2020 - JavaScript
A reference example for TypeScript and Node with a detailed README describing how to use the two together.
-
Updated
Nov 3, 2021 - SCSS
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia


Discussed in nodejs/node#40443
Originally posted by snytkine October 13, 2021
I'm not sure if this is the correct forum for this. Also I have never worked on node.js code itself so I may not have a complete understanding how the agent manages sockets. I was reviewing the code in _http_agent.js and I think tha