Showing 480 open source projects for "node.js"

View related business solutions
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 1
    Numeral.js

    Numeral.js

    A javascript library for formatting and manipulating numbers

    You can use Numerals in the browser and in Node.js. Create an instance of a numeral, Numeral takes numbers or strings that it trys to convert into a number. Numbers can be formatted to look like currency, percentages, times, or even plain old numbers with decimal places, thousands, and abbreviations. And you can always create a custom format. Set a default format so you can use .format() without a string.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Catberry

    Catberry

    Catberry is an isomorphic framework

    ...The entire architecture of the framework is built using the Service Locator pattern, which helps to manage module dependencies and create plugins, and Flux, for the data layer. Search crawler receives a full page from the server. The whole state of the application is restored from URL. Server-side progressive rendering based on node.js streams and parallel rendering of components in a browser. The framework is well-tested (code coverage is about 90%) and it is already used in production.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Strider

    Strider

    Open Source Continuous Integration & Deployment Server

    Strider is an Open Source Continuous Deployment / Continuous Integration platform written in Node.js and Ember.js, with MongoDB as a backing store. Strider is designed to be easy to set up and use, with reasonable defaults and automation and minimal extraneous UI. It is also extremely customizable through plugins, which allows it to add hooks for performing arbitrary actions during build, modify the database schema, create or modify user interfaces, and so much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MEAN

    MEAN

    For simple and scalable fullstack js applications

    ...The stack is made up of MongoDB, with document database, used by your back-end application to store its data as JSON (JavaScript Object Notation) documents. Also with Express (sometimes referred to as Express.js), with back-end web application framework running on top of Node.js. As well as Angular (formerly Angular.js), which is a front-end web app framework that runs your JavaScript code in the user's browser, allowing your application UI to be dynamic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • SIEM | API Security | Log Management Software Icon
    SIEM | API Security | Log Management Software

    AI-Powered Security and IT Operations Without Compromise.

    Built on the Graylog Platform, Graylog Security is the industry’s best-of-breed threat detection, investigation, and response (TDIR) solution. It simplifies analysts’ day-to-day cybersecurity activities with an unmatched workflow and user experience while simultaneously providing short- and long-term budget flexibility in the form of low total cost of ownership (TCO) that CISOs covet. With Graylog Security, security analysts can:
    Learn More
  • 5
    discord.io

    discord.io

    A small, single-file library for creating DiscordApp clients

    A small, single-file, fully featured Discordapp library for Node.js and browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vorlon.JS

    Vorlon.JS

    A new, open source, extensible, platform-agnostic tool

    An open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io. Install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard. Remotely connect up to 50 devices simultaneously. Run your code on each or all of them with a single click. Debug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Trails

    Trails

    Modern Web Application Framework for Node.js.

    Trails is a modern, community-driven web application framework for Node.js. It builds on the pedigree of Rails and Grails to accelerate development by adhering to a straightforward, convention-based, API-driven design philosophy. Trails uses Yeoman to generate scaffolding for new applications and to create resources inside the application. Trailpacks extend the framework's capabilities and allow developers to leverage existing ecosystem tools through a simple and well-defined API. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Buckets

    Buckets

    A complete, fully tested and documented data structure library

    A complete fully tested and documented data structure library written in pure JavaScript. Buckets also includes several functions for manipulating arrays. A bag is a special kind of set in which members are allowed to appear more than once. Binary search trees keep their elements in sorted order, so that lookup and other operations can use the principle of binary search. Dictionaries map keys to values, each key can map to at most one value. A heap is a binary tree that maintains the heap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Rush Stack

    Rush Stack

    Monorepo for tools developed by the Rush Stack community

    ...Open collaboration among community partners with serious tooling requirements, who got tired of going it alone. Specific strategy that integrates popular tools like Node.js, TypeScript, ESLint, Prettier, Webpack, Jest, etc. Family of projects that fill in the gaps for this strategy. Although various pieces of this work have been underway for years, we're now bringing them together under a common charter as Rush Stack. Track our progress on the News page and Roadmap. These major tools are developed under the Rush Stack umbrella. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dun and Bradstreet Connect simplifies the complex burden of data management Icon
    Dun and Bradstreet Connect simplifies the complex burden of data management

    Our self-service data management platform enables your organization to gain a complete and accurate view of your accounts and contacts.

    The amount, speed, and types of data created in today’s world can be overwhelming. With D&B Connect, you can instantly benchmark, enrich, and monitor your data against the Dun & Bradstreet Data Cloud to help ensure your systems of record have trusted data to fuel growth.
    Learn More
  • 10
    Aglio

    Aglio

    An API Blueprint renderer with theme support that outputs static HTML

    Aglio is a renderer for API Blueprint documents (Markdown‑based API description format), producing static HTML documentation with theme support. It functions as both a command‑line executable and a Node.js library, allowing integration into pipelines or live-preview workflows. An API Blueprint renderer that supports multiple themes and outputs static HTML that can be served by any web host. API Blueprint is a Markdown-based document format that lets you write API descriptions and documentation in a simple and straightforward way. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    waterline

    waterline

    ORM for Node.js with support for mysql, mongo, postgres, mssql

    It provides a uniform API for accessing stuff from different kinds of databases, protocols, and 3rd party APIs. That means you write the same code to get and store things like users, whether they live in Redis, mySQL, LDAP, MongoDB, or Postgres. Waterline strives to inherit the best parts of ORMs like ActiveRecord, Hibernate, and Mongoose, but with a fresh perspective and emphasis on modularity, testability, and consistency across adapters. Sails comes installed with a powerful ORM/ODM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Instant-Skeleton

    Instant-Skeleton

    Lift realtime functionality into the browser with insane productivity

    Realtime framework to lift heavy functionality lightly and quickly with Node.JS & RethinkDB. Building your SEO-friendly, secure, real-time streaming application is simple! Instant Skeleton cobbles together the best of functional React.JS into a single, routable concept that makes your on-screen productivity incredible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Eyeglass Monorepo

    Eyeglass Monorepo

    NPM Modules for Sass

    Eyeglass is a tool that enhances the Sass ecosystem by integrating it with Node.js. It allows seamless management of Sass modules as npm packages, making it easier to share and maintain styles across projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cpx

    cpx

    A cli tool to watch and copy file globs.

    CPX is a Node.js file copying utility designed for handling complex file copy operations with watch mode support. It is useful for build pipelines that require file synchronization.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    chat.io

    chat.io

    A Real Time Chat Application built using Node.js, Express, Mongoose

    A Real-Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis. The configurations on production will be assigned from Environment Variables on Heroku, while the development configurations reside inside app/config/config.json file. You need to create a database on MongoLab, then create a database user, get the MongoDB URI, and assign it to dbURI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Closure Compiler JS

    Closure Compiler JS

    Package for the JS version of closure-compiler for use via NPM

    closure-compiler-js packages Google’s Closure Compiler so it runs under JavaScript (e.g., Node.js) instead of a JVM, making advanced JS optimization accessible in more build pipelines. You get the same aggressive whole-program optimizations—dead-code elimination, property renaming, inlining, and cross-module motion—delivered via a JS API and CLI. Because it’s the compiler you know, it also honors Closure type annotations and JSDoc, enabling type-aware rewrites that shrink bundles without breaking semantics. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    koa-session-mongoose

    koa-session-mongoose

    Mongoose store for Koa sessions

    Mongoose storage layer for koa-session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    thisandagain Color

    thisandagain Color

    A collection of categories and utilities that extend UIColor

    Color is a JavaScript library that allows developers to easily parse, convert, and manipulate color values across different formats like RGB, HSL, and HEX. It offers a chainable API for adjusting colors programmatically, enabling dynamic styling and theming in web applications. Color is lightweight, with no dependencies, making it ideal for front-end projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    horizon

    horizon

    Horizon is a realtime, open-source backend for JavaScript apps

    ...It provides a complete backend that makes it dramatically simpler to build, deploy, manage, and scale engaging JavaScript web and mobile apps. Horizon is extensible, integrates with the Node.js stack, and allows building modern, arbitrarily complex applications. While technologies like RethinkDB and WebSocket make it possible to build engaging realtime apps, empirically there is still too much friction for most developers. Building realtime apps now requires understanding and manually orchestrating multiple systems across the software stack, understanding distributed stream processing, and learning how to deploy and scale realtime systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NW.js

    NW.js

    Call all Node.js modules directly from DOM/WebWorker

    NW.js (formerly node-webkit) is a desktop runtime that combines Chromium with Node.js, allowing developers to build native applications using web technologies. It gives web pages direct access to Node modules and system resources from within the browser context, simplifying tasks like file I/O, process spawning, and OS integration. Apps are packaged with the runtime, ensuring consistent behavior across Windows, macOS, and Linux.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21
    AnyPixel.js

    AnyPixel.js

    A web-friendly way for anyone to build unusual displays

    AnyPixel.js is an open-source software and hardware library that makes it possible to use the web to create big, unusual, interactive displays. Anyone can fork the code and the schematics to create their own display at any scale. The first display using this platform is in the 8th Avenue lobby at the Google NYC office. To create this installation, we used 5880 off-the-shelf arcade buttons with LEDs inside them as our pixels. AnyPixel.js’ straightforward hardware/software framework makes it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Perfect: Server-Side Swift

    Perfect: Server-Side Swift

    The Perfect core toolset and framework for Swift Developers

    ...Developers can be more productive and efficient using Perfect to write less code and work in one fundamental language for all their needs. With Perfect, you can write an entire project in one language: Swift - instead of having multiple languages to contend with, like JavaScript (Node.js), Java, Ruby or Python. Use Apple’s open source Swift programming language throughout your entire development process. Whether you’re building iOS and OS X apps, or backend support for web apps, wearable technologies, and games, you don’t need to learn another programming language when you use Perfect on the server-side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    lodash

    lodash

    Modern JavaScript utility library delivering modularity & performance

    ...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: 0 This Week
    Last Update:
    See Project
  • 24
    OpenUserJS.org

    OpenUserJS.org

    The home of FOSS user scripts

    The home of Free and Open Source Software (FOSS) user scripts. Built using Node.js and other web-familiar technologies. Outdated dependencies list can be achieved with $ npm outdated from the terminal and alternatively $ npm show packagename versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Han

    Han

    The CSS typography framework optimised for Hanzi

    "Chinese Character Standard Format" is a Sass/Stylus and JavaScript typesetting framework that integrates the three concepts of "semantic style standardization", "text design" and "high-level typesetting functions". It provides a beautiful and standardized environment for Chinese character web pages, which not only conforms to traditional reading habits but also provides an established standard for screen reading, which can completely solve the typesetting needs of today's Chinese character...
    Downloads: 0 This Week
    Last Update:
    See Project