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 23,623 public repositories matching this topic...
What example does this report relate to?
with-Apollo
What version of Next.js are you using?
10.0.0
What version of Node.js are you using?
10.14.2
What browser are you using?
chrome
What operating system are you using?
macOS
How are you deploying your application?
Other platform
Describe the Bug
The Apollo client query response is s
-
Updated
Jun 1, 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
Jun 3, 2021 - TypeScript
Node.js Production Process Manager with a built-in Load Balancer.
-
Updated
Jun 2, 2021 - JavaScript
Monitor for any changes in your node.js application and automatically restart the server - perfect for development
-
Updated
May 26, 2021 - JavaScript
-
Updated
Jun 3, 2021 - JavaScript
Node.js test runner that lets you develop with confidence
-
Updated
Jun 2, 2021 - JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),4000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Jun 2, 2021 - JavaScript
Describe the bug
Mobile phone numbers in Germany start with a 0 prefix such as 0157xxxxxxx. However the preceding 0 is dropped if the country code prefix +49 is added. This is described on this wikipedia page. Therefore the related change made a while ago is not re
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
-
Updated
Jun 1, 2021 - JavaScript
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
May 11, 2021 - Go
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
May 2, 2021 - TypeScript
https://docs.nodebb.org/installing/os/osx-mavericks/
Though we do have iOS devices for mobile testing, our core team doesn't actually own a mac (fight this war somewhere else :P). Would anyone with access to one mind testing and updating this page please? :)
More importantly the instructions for redis should be switched to mongo as it is our default recommended install; you can look at the
The commitizen command line utility. #BlackLivesMatter
-
Updated
May 24, 2021 - JavaScript
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
May 9, 2021 - JavaScript
When I try to remove a repeater item on mobile pressing the "X" on the right, instead of removing it, it tries to drag (to reorder) it, no matter what I try.
Directus v9.0.0-rc69
Chrome for Android v91.0
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
Jun 1, 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
Apr 25, 2021 - SCSS
-
Updated
May 31, 2021 - TypeScript
Created by Ryan Dahl
Released May 27, 2009
- Organization
- nodejs
- Website
- nodejs.org/en
- Wikipedia
- Wikipedia


The current WHATWG URL parser implementation is written in C/C++ and incurs a fairly significant cost crossing the JS/C++ boundary. It should be possible to realize a significant performance improvement by porting the implementation to WASM (similar to how the https://github.com/nodejs/undici project has seen a massive performance boost out of moving llhttp parser to wasm).
If someone wanted to