Node.js
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 75,044 public repositories matching this topic...
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
-
Updated
Dec 5, 2019 - C++
Promise based HTTP client for the browser and node.js
-
Updated
Dec 5, 2019 - JavaScript
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
-
Updated
Dec 5, 2019 - JavaScript
Description
So our function arrayToHtmlList is in a pretty bad space and could use an update. We already had some discussion over at #675 but I wanted to move the update discussion over to an issue for more visibility.
Current problem:
It uses an awkward query selector instead of the `document.prototype.getElementBy
Fast, unopinionated, minimalist web framework for node.
-
Updated
Dec 5, 2019 - JavaScript
:white_check_mark: The largest Node.js best practices list (November 2019)
-
Updated
Dec 5, 2019 - JavaScript
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
-
Updated
Dec 5, 2019 - C++
👻 The #1 headless Node.js CMS for professional publishing
-
Updated
Dec 5, 2019 - JavaScript
I find Korean repository of 33-js-concepts didn't update recently
You can check it in the below link.
https://www.diffchecker.com/dD1HwW4O
So I will update content from upstream repository then PR to Korean 33-js-concepts repository.
Fix typo
A boilerplate for Node.js web applications
-
Updated
Dec 5, 2019 - JavaScript
A fast, simple & powerful blog framework, powered by Node.js.
-
Updated
Dec 5, 2019 - JavaScript
ESLint supports the notion of "processors" which allows us to extract JS from markdown files and lint it to ensure it is in standard style. https://eslint.org/docs/user-guide/configuring#specifying-processor
That would let us eliminate this whole section of the readme which describes how to install eslint-plugin-markdown, run standard with the --plugin flag. In the end you need to actuall
- Are you nativefying a public website? Yes
- Feature request? Have you looked at
nativefier --helpto see if an existing option could fit your needs? Yes - OS:
Windows 10 - Error message / stack trace (if any):
Resource interpreted as Document but transferred with MIME type text/csv: "https://www.example.com/wp-admin/admin-ajax.php?action=export_appointments".
I'm trying to export cs
Describe the bug
Probably this is not a real bug but more an enhancement, even if it could be fixed easily I think it would m
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Dec 5, 2019 - JavaScript
☕️ simple, flexible, fun javascript test framework for node.js & the browser
-
Updated
Dec 5, 2019 - JavaScript
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images. Uses the libvips library.
-
Updated
Dec 5, 2019 - JavaScript
The README says almost nothing about how to deal with native modules:
Native addons (.node files) use is supported, but packaging .node files inside the executable is not resolved yet. You have to deploy native addons used by your project to the same directory as the executable.
When a package, that contains a native module, is being installed, the native module is compiled against curr


Lesson - https://freecodecamp.org/learn/apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose
In this lesson you should Install and Set Up Mongoose. Setting up Mongoose in the .env file you should keep in mind, that url to your MongoDB must be saved as STRING. Check it in docs.
If you save it as:
`MONGO_URI=mongodb+srv://admin: