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 21,047 public repositories matching this topic...
Bug report
Describe the bug
When putting getInitialProps in _app.js, and client-side-transitioning to a page with getServerSideProps, the code in getInitialProps runs server-side.
This conflicts with the documentation:
For the initial page load, getInitialProps will run on the server only. getInitial
-
Updated
Nov 17, 2020
Node.js Production Process Manager with a built-in Load Balancer.
-
Updated
Nov 5, 2020 - JavaScript
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 24, 2020 - TypeScript
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
-
Updated
Nov 16, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
Node.js test runner that lets you develop with confidence
-
Updated
Nov 23, 2020 - JavaScript
e.g. isPassportNumber, etc.
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
-
Updated
Nov 8, 2020 - JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),3000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Nov 23, 2020 - JavaScript
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Nov 10, 2020 - Go
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Nov 24, 2020 - TypeScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 22, 2020 - TypeScript
The commitizen command line utility. #BlackLivesMatter
-
Updated
Nov 18, 2020 - 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
Reactide is the first dedicated IDE for React web application development.
-
Updated
Jul 7, 2020 - JavaScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Nov 20, 2020 - JavaScript
- /pnpm/packages/audit - #2862
- /pnpm/packages/package-store a86209b67fccc37c5b017dd9ce61d2b3f9a55789
- /pnpm/packages/cafs #2867
- /pnpm/packages/client pnpm/pnpm#2877
- /pnpm/packages/fetch pnpm/pnpm#2878
- /pnpm/packages/filter-lockfile #2887
- /pnpm/packages/filter-workspace-packages #2887
- /pnpm/packages/
A reference example for TypeScript and Node with a detailed README describing how to use the two together.
-
Updated
Sep 21, 2020 - SCSS
Open-Source Data Platform — Directus wraps your new or existing SQL database with a realtime GraphQL+REST API for developers, and an intuitive admin app for non-technical users.
-
Updated
Nov 24, 2020 - Vue
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia


In benchmark/fs/bench-statSync.js, the
should instead be
Althou