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,510 public repositories matching this topic...
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
-
Updated
Dec 16, 2019 - C++
Promise based HTTP client for the browser and node.js
-
Updated
Dec 16, 2019 - JavaScript
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
-
Updated
Dec 16, 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 16, 2019 - JavaScript
:white_check_mark: The largest Node.js best practices list (November 2019)
-
Updated
Dec 16, 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 16, 2019 - C++
👻 The #1 headless Node.js CMS for professional publishing
-
Updated
Dec 16, 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 16, 2019 - JavaScript
A fast, simple & powerful blog framework, powered by Node.js.
-
Updated
Dec 16, 2019 - JavaScript
https://eslint.org/docs/rules/default-param-last
Putting default parameter at last allows function calls to omit optional tail arguments.
// Correct: optional argument can be omitted
function createUser(id, isAdmin = false) {}
createUser("tabby")
// Incorrect: optional argument can **not** be omitted
function createUser(isAdmin = false, id) {}
createUser(undefined, "tabby")
``Looks closely related to #779
I'm submitting a...
[ ] Regression
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
Middleware is being called for every endpoint a request route could potentially match.
- 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
⚡️ Streaming torrent client for the web
-
Updated
Dec 16, 2019 - JavaScript
Describe the bug
Dates in list view are shown without time. In my use case I have a content-type that has many entries that differ only in time.
I guess adding the time wouldn't hurt anybody. But making it adjustable would be the nicer way, of course.
I'm creating this as a bug report since I think it just was forgotten. E.g. in relational field selection you can see the whole date time.
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
-
Updated
Dec 15, 2019 - JavaScript
☕️ simple, flexible, fun javascript test framework for node.js & the browser
-
Updated
Dec 16, 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 16, 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
The GIF over here depicts fCC in its old design. Even though I don't think there's anything wrong with it, I guess it should be updated to align with how fCC looks now
![image](https://user-images.githubusercontent.com/34807532/70627002-6e7c8280-1c4b-11ea-87d