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
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 1
    Swagger Node

    Swagger Node

    Swagger module for node.js

    The swagger module provides tools for designing and building Swagger-compliant APIs entirely in Node.js. It integrates with popular Node.js servers, including Express, Hapi, Restify, and Sails, as well as any Connect-based middleware. With swagger, you can specify, build, and test your API from the very beginning, on your laptop. It allows you to change and iterate your design without rewriting the logic of your implementation. Remember, one great thing about this approach is that all of the Swagger validation logic is handled for you, and all of the routing logic is managed through the Swagger configuration. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    co is a small Node.js library that popularized generator-based coroutines to write asynchronous code that looks synchronous. By yielding promises (or thunks) inside a generator function, co resumes execution when the asynchronous work completes, eliminating deeply nested callbacks. It supports yielding arrays or objects of promises to run tasks concurrently, and it propagates errors naturally through try/catch, making control flow easier to reason about.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Meteor

    Meteor

    Meteor, the JavaScript App Platform

    Meteor is a full-stack JavaScript framework that streamlines building real-time web and mobile applications from a single codebase. It couples a Node.js backend with a reactive data system so UI updates propagate automatically when data changes. The framework popularized DDP (a lightweight pub/sub protocol) and a client cache (Minimongo) to mirror server collections on the client for latency-compensated interactions. A batteries-included build system, package ecosystem, and opinionated project structure reduce setup time for accounts, methods, publications, and UI integration. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Knwl.js

    Knwl.js

    A .js library for parsing text for specific information

    Knwl.js is a Javascript library that parses through text for dates, times, phone numbers, emails, places, and more. Parser plugins are what make Knwl.js tick and give it new parsing abilities. There are many already available under ./default_plugins for a number of tasks. If you're interested in developing plugins for Knwl.js, ./plugin_development.md is a great place to start. You can optionally specify a language in the first parameter. This helps plugins identify and better suit particular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 5
    Fotorama source

    Fotorama source

    A simple, stunning, powerful jQuery gallery

    Our platform is designed to make it easy for businesses, marketers, and individuals to create stunning visual content, such as graphics, images, and videos. We understand the importance of visual content in today's digital world and we are committed to providing our users with the tools they need to stand out from the crowd. With Fotorama.io, you can create professional-quality visual content without any prior design experience. Our user-friendly interface and drag-and-drop functionality...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Javascript-Voronoi

    Javascript-Voronoi

    JS implementation of Fortune's algorithm to compute Voronoi cells

    ...The library exposes API functions for computing cells, retrieving neighbors, and drawing results into canvas or SVG. Because it is pure JavaScript and self-contained, it integrates easily with browser or Node.js applications without heavy dependencies. For developers exploring spatial algorithms, generative UI, or interactive diagrams, this codebase is a practical reference and tool to build upon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PathFinding.js

    PathFinding.js

    A comprehensive path-finding library for grid based games

    The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser. It comes along with an online demo to show how the algorithms execute. (The pathfinding speed is slowed down in the demo). Note that this project only provides path-finding algorithms for 2D space. If you need to work in a 3D environment, then you may use @schteppe's fork. When instantiating path-finders, you may pass in additional parameters to indicate which specific strategies to use. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Currency Converter

    Currency Converter

    Currency Converter and Exchange Rates

    ...The Currency Converter includes currency rates, currency base rates, historical base currency rates and historical time series data. Currency Converter is built on Node.js, Javascript, HTML5, Bootstrap. Currently builds are available for Windows 64 bit and 32 bit versions including installers and zip files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mori

    Mori

    ClojureScript's persistent data structures and supporting API

    Mori brings ClojureScript's efficient persistent data structures and functional APIs into vanilla JavaScript, enabling immutability and functional programming patterns with performant collections in JS. The installed package contains a single optimized JavaScript file mori.js. Load mori in your Node.js programs as you would any other module. For vectors and maps we provide efficient thaw and freeze operations. All Mori maps and sets support all the non-mutating methods of the proposed ES6 Map and Set interfaces. The main difference with the spec is that key lookup is based on value not reference. keys, values, and entries methods return the proposed mutable iterators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 10
    Sea.js

    Sea.js

    A module loader for the Web

    ...Sea.js's pursuit of a simple, natural coding and organization is accompanied by a set of useful features. The definition of a module specification is simple and friendly, Sea.js follows the CMD specification, as the Node.js module style. Natural and intuitive code organization, automatically load dependence, configuration is simple and clear, so that you can more enjoy coding. Sea.js provides common plug-ins, they are very helpful for the development of debugging and performance optimization, and it also has a rich extensible interface. Sea.js has perfect test cases, compatible with all major browsers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Aurora.js

    Aurora.js

    JavaScript audio decoding framework

    Aurora.js is a JavaScript framework that simplifies audio decode pipeline implementation—covering source, demux, decode, and playback stages. It provides high-level APIs for inspecting and playing audio, supports plugins for decoders (MP3, AAC, FLAC), works in browser and Node.js (via Browserify), and abstracts browser audio APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    GhostRunner

    JavaScript Task Runner

    GhostRunner is an app that when installed on a server allows the web based management of JavaScript files. GhostRunner supports the definition of several script types (Git, Grunt, Node.js, PhantomJS and command line) which can be strung together as sequences. Sequences and scripts can be ran manually, be scheduled, or started via a HTTP POST request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LiveCoder

    Interactive Environment for Coffee-Script, Jade and Stylus

    LiveCoder helps you to play with Coffee-Script ( Language that compiles to JavaScript) , Jade ( Popular Node.js Template Engine), and Stylus CSS pre-processor. This is not a IDE or any Development Environment, This just helps you to effectively learn these languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Nightmare

    Nightmare

    A high-level browser automation library

    Nightmare is a high-level browser automation library from Segment. The goal is to expose a few simple methods that mimic user actions (like goto, type and click), with an API that feels synchronous for each block of scripting, rather than deeply nested callbacks. It was originally designed for automating tasks across sites that don't have APIs, but is most often used for UI testing and crawling. Segment started with an open source project. Since then, we’ve open sourced hundreds of our...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Ulbora CMS

    Ulbora CMS

    Ulbora CMS 2.0 is the first MEAN stack CMS and blogging platform.

    Ulbora CMS 2.0 is the first MEAN stack CMS and blogging platform. It has switchable templates built with both Angular and server-side template engines like Jade, EJS AND Handlebars. It is built with Node.js as a MEAN (MongoDB, ExpressJS, AngularJS, Node) stack version using REST services. The legacy version 1.0.0 is built with Java, Spring, Hibernate and Spring MVC as the JSON REST services layer. Ulbora CMS includes versioning, a workflow engine, and a WYSIWYG editor. Ulbora CMS uses responsive HTML5 templates built with either AngularJS or on conventional server side template engines such as EJS or Handlebars. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ReorJS

    Distributed Computing with JavaScript

    Create your own distributed computer that can distributed javascript based applications to any computer with a web browser, headless browser or node.js installation. For more information and updates please see our website - http://reorjs.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ConvNetJS

    ConvNetJS

    Deep learning in Javascript to train convolutional neural networks

    ConvNetJS is a Javascript library for training Deep Learning models (Neural Networks) entirely in your browser. Open a tab and you're training. No software requirements, no compilers, no installations, no GPUs, no sweat. ConvNetJS is an implementation of Neural networks, together with nice browser-based demos. It currently supports common Neural Network modules (fully connected layers, non-linearities), classification (SVM/Softmax) and Regression (L2) cost functions, ability to specify and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Morris.js

    Morris.js

    Pretty time-series line graphs

    ...It offers a very simple API for building line, bar, area, and donut charts, making it easy to add visually appealing charts to web pages. It is built on top of jQuery and Raphael.js. You'll need Node.js. I recommend using nvm for installing Node in development environments. Additionally, Bower is required for retrieving additional test dependencies. With node installed, install grunt using npm install -g grunt-cli, and then the rest of the test/build dependencies with npm install in the morris.js project folder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BuckyClient

    BuckyClient

    Collect performance data from the client

    BuckyClient is a HubSpot-provided JavaScript client that runs in the browser and collects performance data from clients, sending it to the Bucky server, which forwards metrics to endpoints like StatsD, Graphite, or OpenTSDB. It can automatically measure how long your pages take to load, how long AJAX requests take and how long various functions take to run. Most importantly, it's taking the measurements on actual page loads, so the data has the potential to be much more valuable than in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hogan.js

    Hogan.js

    A compiler for the Mustache templating language

    Hogan.js is a 2.5k JS templating engine developed at Twitter. Use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates. If you're developing with Node.js, just use NPM to add the Hogan package. Hogan.js was developed against the mustache test suite, so everything that holds true for templates is also the case for hogan.js. That means you get variables, sections, lambdas, partials, filters, and everything else you've come to expect from mustache templating, only much, much faster. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Dploy

    Dploy

    FTP/SFTP deployment tool built in node.js

    dploy is a deployment automation tool written in Node.js, designed to simplify pushing code and assets to servers. It uses configuration files to define environments and deploy rules, allowing developers to quickly push updates via FTP or SFTP. With a single command, dploy compares the local project with the remote server and uploads only the files that have changed, making deployments efficient and incremental.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bone.io

    Bone.io

    Realtime HTML5 Framework

    Bone.io is a real-time web framework that streamlines building event-driven apps over WebSockets, pairing a Node.js server with a lightweight client library. It organizes communication into channels and events, so the server can push data to the browser and the browser can send commands back without boilerplate. The framework focuses on mapping server-side logic to UI updates directly, which makes patterns like live dashboards, chat, and collaborative editing easier to implement. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Shadowsocks-Nodejs

    Shadowsocks-Nodejs

    Node.js port of Shadowsocks

    Shadowsocks-Nodejs is a Node.js implementation of the Shadowsocks proxy protocol, providing server and client components that let users create an encrypted proxy tunnel to bypass network filtering and protect traffic in transit. The project reimplements the lightweight, stream-oriented Shadowsocks protocol in JavaScript so operators can run servers and clients using Node.js environments rather than native binaries or Python ports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Codebox

    Codebox

    Open source cloud & desktop IDE

    ...The IDE can run on your desktop (Linux or Mac), on your server or the cloud. You can use the codebox.io service to host and manage IDE instances. Codebox is built with web technologies: node.js, javascript, html and less. The IDE possesses a very modular and extensible architecture, that allows you to build your own features with through add-ons. Codebox is the first open and modular IDE capable of running both on the Desktop and in the cloud (with offline support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EJS

    EJS

    Embedded JavaScript templates for node

    EJS is a templating engine for JavaScript/Node.js that allows developers to embed plain JavaScript code into HTML markup. The idea is to avoid introducing a separate DSL for templating and instead use familiar JavaScript logic inside template tags to generate dynamic content. You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals.
    Downloads: 0 This Week
    Last Update:
    See Project