Open Source JavaScript Software Development Software - Page 27

JavaScript Software Development Software

View 5766 business solutions

Browse free open source JavaScript Software Development Software and projects below. Use the toggles on the left to filter open source JavaScript Software Development Software by OS, license, language, programming language, and project status.

  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    koa-cash

    koa-cash

    HTTP response caching for Koa. Supports Redis, in-memory store, etc.

    HTTP response caching for Koa. Supports Redis, in-memory store, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    koa-helmet

    koa-helmet

    Important security headers for koa

    koa-helmet is a wrapper for helmet to work with koa. It provides important security headers to make your app more secure by default.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    koa-session-mongoose

    koa-session-mongoose

    Mongoose store for Koa sessions

    Mongoose storage layer for koa-session.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    koa-websocket

    koa-websocket

    Light wrapper around Koa providing a websocket middleware handler

    Koa v2 is now the default. For Koa v1 support install with koa-websocket@2 and see the legacy branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    lad.sh

    lad.sh

    Demo for Lad - The Best Node.js Framework

    Lad scaffolds a Koa web app and API framework for Node.js. Built on top of Koa, the successor to Express. This full-stack web server uses the latest versions of Pug, Gulp, Sass, PostCSS, Bootstrap, and more. Inspired by Stripe, the RESTful API server also uses Koa and has a complete stack with error handling, authentication, and tests. Layered on top of Bree, the job scheduler supports cron and human-readable syntax, child processes, and more. Redirect HTTP to HTTPS traffic with support for Let's Encrypt Free SSL Certbot validation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    local-npm

    local-npm

    Local and offline-first npm mirror

    local-npm is a local caching proxy for npm packages. It allows developers to speed up package installations and reduce reliance on external package registries by maintaining a local cache.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    lodash

    lodash

    Modern JavaScript utility library delivering modularity & performance

    A modern JavaScript utility library delivering modularity, performance & extras. Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Lodash’s modular methods are great for iterating arrays, objects, & strings, manipulating & testing values, and creating composite functions. Lodash is available in a variety of builds & module formats. Lodash is released under the MIT license & supports modern environments. Review the build differences & pick one that’s right for you. Lodash is available in a variety of builds & module formats. Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    mevn

    mevn

    Light speed setup for MEVN(Mongo Express Vue Node) Apps

    MEVN-CLI takes care of everything from project scaffolding to the deployment phase. Deploy your production-ready application to the cloud solution of choice. Get up and running with a multi-container Docker application in no time. A CLI tool for getting started with the MEVN stack. It offers a super-simple boilerplate template and additional utilities for building a MEVN stack-based webapp. It takes away the hassle of setting up the local development environment which may become a nightmare especially for beginners who are just starting out. As per the traditional approach, Developers are required to make their hands dirty setting up the local development environment which can be a pain, especially for beginners (as mentioned above). Also, it consumes time which can be utilized in building the actual product. We can also see this in the deployment phase where they may face trouble. All these can serve as demotivating factors for novices. It is here where MEVN-CLI comes into play.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    mustache.js

    mustache.js

    Minimal templating with {{mustaches}} in JavaScript

    Logic-less templates. mustache.js is a zero-dependency implementation of the mustache template system in JavaScript. Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of values. Tags are indicated by the double mustaches. {{person}} is a tag, as is {{#person}}. In both examples, we'd refer to person as the key or tag key. All variables are HTML escaped by default. If you want to return unescaped HTML, use the triple mustache: {{{name}}}. You can also use & to unescape a variable: {{& name}}. This may be useful when changing delimiters (see "Set Delimiter" below).
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    ncc

    ncc

    Compile a Node.js project into a single file

    Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style. Publish minimal packages to npm. Only ship relevant app code to serverless environments Don't waste time configuring bundlers, it is generally faster bootup time and less I/O overhead. Compiled language-like experience (e.g.: go). For testing and debugging, a file can be built into a temporary directory and executed with full source maps support. Some packages may need some extra options for ncc support in order to better work with the static analysis. See package-support.md for some common packages and their usage with ncc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    nightTab

    nightTab

    A neutral new tab page accented with a chosen colour

    A neutral new tab page accented with a chosen color. Customize the layout, style, background and bookmarks with nightTab. Make the browser start page dark (or light, or anything in between). Do not access user information. This means nightTab will not request browser permissions. Aim to make everything on the user interface, within reason, customizable. Aim to make the user experience easy while supporting the above. Keep nightTab open source. Sharing the look and feel of one Bookmark to another can be achieved when editing a single Bookmark. The Bookmark edit modal has three options to copy settings to other Bookmarks. These checkboxes can be found at the bottom of the Visual & Name, Layout and Theme tab. Development and testing is only conducted on Chrome and Firefox. The performance and reliability of nightTab on other browsers is out of the scope of this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    nivo

    nivo

    A rich set of dataviz components

    nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries. Several libraries already exist for React d3 integration, but just a few provide server side rendering ability and fully declarative charts. In order to use nivo, you have to install the @nivo/core package and then choose some of the scoped @nivo packages according to the charts you wish to use. Given an array of data series having an id and a nested array of points (with x, y properties), it will compute the line for each data series. All datum having null x or y will be treated as holes, thus portions of the corresponding line will be skipped. You can fully customize it using the circleComponent property to define your own, if you wish to do so you should have a look at the default SVG component to get started. Bar chart which can display multiple data series, stacked or side by side. Also supports both vertical and horizontal layout, with negative values descending below the x axis.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    noUiSlider

    noUiSlider

    JavaScript range slider with multi-touch and keyboard support

    noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies. noUiSlider is a lightweight range slider with multi-touch support and a ton of features. It supports non-linear ranges, requires no external dependencies, has keyboard support, and it works great in responsive designs. Have you tried this documentation on your phone? It can be used for free and without any attribution, in any personal or commercial project. An extensive documentation, including examples, options and configuration details, is available in the website. GPU animated, no reflows, so fast; even on older devices. All modern browsers and IE > 9 are supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    node-windows

    node-windows

    Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

    node-windows is a utility for Windows services that enables Node.js scripts to run as native Windows services, providing functionalities like event logging, service management, and process monitoring.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    npm-check-updates

    npm-check-updates

    Find newer versions of package dependencies

    npm-check-updates upgrades your package.json dependencies to the latest versions, ignoring specified versions. Maintains existing semantic versioning policies, i.e. "express": "^4.0.0" to "express": "^5.0.0". Only modifies package.json file. Run npm install to update your installed packages and package-lock.json. Show any new dependencies for the project in the current directory. Make sure your package file is in version control and all changes have been committed. This will overwrite your package file. Filter packages using the --filter option or adding additional cli arguments. You can exclude specific packages with the --reject option or prefixing a filter with !. Supports strings, wildcards, globs, comma-or-space-delimited lists, and regular expressions. Direct dependencies are updated to the latest stable version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    npminstall

    npminstall

    Make `npm install` fast and easy

    npminstall is an alternative package installation tool designed for faster and more efficient npm dependency management. Developed by the CNPM team, it focuses on reducing disk usage and improving installation speed, particularly for large projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    nwb

    nwb

    A toolkit for React, Preact, Inferno & vanilla JS apps for the web

    A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it). A zero-config development setup is provided, but nwb also supports configuration and plugin modules that add extra functionality (e.g. Sass support), should you need them. Installing globally provides an nwb command for quick development and working with projects. For quick development with React, Inferno, Preact or vanilla JavaScript, use the nwb react, nwb inferno, nwb preact or nwb webcommands. Get started quickly. Start developing from a single .js file or generate a project skeleton. Covers the whole development cycle. Development tools, testing and production builds for projects work out of the box, no configuration required. While everything works out of the box, you can also use an optional configuration file to tweak things to your liking.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    parrot-mocker-web

    parrot-mocker-web

    Simple web server to forward received requests to real servers

    This project provides a simple mock server, which works with the Chrome plugin parrot-mocker. Install the Chrome plugin, parrot-mocker, so that your pages have the ability to intercept requests and forward to this mock server. Other usages without the plugin can refer to the parrot-mocker project. For example, if deployed in leancloud, please open your Chrome browser and visit the index page first. Other instances like now.sh are similar. Now you will find that requests are forwarded to the mock server, which are also visiable at index page. If visiting other pages in the same domain, their requests will also be forwarded to this mock server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    paste

    paste

    Simple Node.js pastebin

    Simple Node.js pastebin built with Koa, MongoDB, Pug, Bootstrap and Prism.js.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    phantomas

    phantomas

    Headless Chromium-based web performance metrics collector

    Headless Chromium-based modular web performance metrics collector. Modular approach, each metric is generated by a separate "module". phantomas "core" acts as an events emitter that each module can hook into. In-depth metrics such as: number of events bound via jQuery, calls to window.writeor complex and duplicated CSS selectors (via analyze-css). JSON as an output format. Easy integration with other nodejs projects via CommonJS module (see API docs). Metrics can be emitted from the JavaScript code of the page phantomas is run against (thanks to helper functions available in window.__phantomas). Device profiles allow phantomas to emulate mobile or tablet (by setting a proper user agent and viewport). phantomas comes as a CommonJS module that you can use in your nodejs projects. Use grunt to automate daily dev tasks, including your's application web performance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    pixelmatch

    pixelmatch

    The smallest, simplest JavaScript pixel-level image comparison library

    The smallest, simplest and fastest JavaScript pixel-level image comparison library, originally created to compare screenshots in tests. Features accurate anti-aliased pixels detection and perceptual color difference metrics. Inspired by Resemble.js and Blink-diff. Unlike these libraries, pixelmatch is around 150 lines of code, has no dependencies, and works on raw typed arrays of image data, so it's blazing fast and can be used in any environment (Node or browsers). Compares two images, writes the output diff and returns the number of mismatched pixels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    postcss-cssnext

    postcss-cssnext

    PostCSS plugin that helps you to use the latest CSS syntax

    PostCSS-cssnext is a PostCSS plugin that helps you to use the latest CSS syntax today. It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    prettier-eslint

    prettier-eslint

    Formats your JavaScript using prettier followed by eslint --fix

    The fix feature of eslint is pretty great and can auto-format/fix much of your code according to your ESLint config. prettier is a more powerful automatic formatter. One of the nice things about prettier is how opinionated it is. Unfortunately, it's not opinionated enough and/or some opinions differ from my own. So after prettier formats the code, I start getting linting errors. This formats your code via prettier, and then passes the result of that to eslint --fix. This way you can get the benefits of prettier's superior formatting capabilities, but also benefit from the configuration capabilities of eslint. The path of the file being formatted can be used to override eslintConfig (eslint will be used to find the relevant config for the file).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    pretty-quick

    pretty-quick

    Get Pretty Quick

    Runs Prettier on your changed files. Pre-commit mode. Under this flag only staged files will be formatted, and they will be re-staged after formatting. Partially staged files will not be re-staged after formatting and pretty-quick will exit with a non-zero exit code. The intent is to abort the git commit and allow the user to amend their selective staging to include formatting fixes. When not in staged pre-commit mode, use this flag to compare changes with the specified branch. Defaults to master (git) / default (hg) branch. Do not resolve prettier config when determining which files to format, just use standard set of supported file types & extensions prettier supports. This may be useful if you do not need any customization and see performance issues. Check that files are correctly formatted, but don't format them. This is useful on CI to verify that all changed files in the current branch were correctly formatted.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    react-native-modal-datetime-picker

    react-native-modal-datetime-picker

    A React-Native datetime-picker for Android and iOS

    A declarative cross-platform react-native date and time picker. This library exposes a cross-platform interface for showing the native date-picker and time-picker inside a modal, providing a unified user and developer experience.
    Downloads: 1 This Week
    Last Update:
    See Project