Showing 1515 open source projects for "node"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • 1

    PhyloPart

    automated partition of phylogenetic trees

    ...Here we propose and validate a new methodology for the partition of large-scale phylogenies and the inference of transmission clusters. This approach, on the basis of a depth-first search algorithm, conjugates the evaluation of node reliability, tree topology and patristic distance analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This software has been migrated to Github and can be downloaded here: https://github.com/epri-dev/OpenADR-Virtual-End-Node/releases
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    SmarTree

    SmarTree

    Smart Swing JTree evolution

    An extension of the class javax.swing.JTree with a lot of improvements and utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MoRe4ABM

    MoRe4ABM

    Managing Ongoing RElationships for Agent-Based Modelling

    The purpose of MoRe4ABM - Managing Ongoing RElationships for ABM - is to support representing and analysing social networks in agent-based modeling. The library provides a large number of network generators and a comprehensive framework for network and node level measures. It integrates well with Repast Simphony and uses the JUNG library. More4ABM furthermore supports initialisation of geographically explicit networks using GIS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 5

    NodeMCU

    NodeMCU program samples

    Here is a collection of code snippets and samples for NodeMCU. The Wiki contains experiments and/or experiences with NodeMCU. A lot of information around NodeMCU you can find in my book "Building an IoT Node for less than 15 $" published 11/24/2015: https://tsw.createspace.com/title/5687842 http://www.amazon.com/Building-IoT-Node-less-than/dp/3907857305 or in the companion website.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Traceur

    Traceur

    Traceur is a JavaScript.next-to-JavaScript-of-today compiler

    Traceur is a JavaScript.next-to-JavaScript-of-today compiler that allows you to use features from the future today. Traceur supports ES6 as well as some experimental ES.next features. Traceur's goal is to inform the design of new JavaScript features which are only valuable if they allow you to write better code. Traceur allows you to try out new and proposed language features today, helping you say what you mean in your code while informing the standards process. JavaScript's evolution needs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    When I use PhoneGap and Cordovo I feel they are very good and useful products. I also feel they are unnecessarily complicated to use for small projects. It's not that I cannot use them, its just: why should I install node, npm, cordova etc when all I want is a shell project for Android/iOS with a webbrowser in it? The SimpleGap Project aims to make Cordova easier to use by providing already built shell projects that the user can just download and fill with their own html code, without having to generate the shell projects themselves This is most likely not the optimal solutions for all Cordova projects, specially not big and advanced ones that uses a lot of Cordovas features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PhantomJS-Node

    PhantomJS-Node

    PhantomJS integration module for NodeJS

    PhantomJS-Node is a Node.js bridge to PhantomJS, enabling programmatic control of the headless browser for tasks like web scraping, automated testing, and page rendering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    h265ize

    h265ize

    A node utility utilizing ffmpeg to encode videos with the hevc codec

    h265ize is a command-line tool that automates the conversion of video files to the H.265/HEVC codec using FFmpeg. It is designed to reduce file sizes while maintaining high visual quality, making it ideal for archiving and storage optimization. The tool scans directories, identifies compatible files, and processes them automatically with predefined encoding settings. It emphasizes ease of use by minimizing the need for manual configuration. h265ize can skip already optimized files and manage...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10
    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: 39 This Week
    Last Update:
    See Project
  • 11
    ... - Specific interfaces for remote callbacks and listeners. With this concept the notion of server and client disappear and has been replaced in the code by the concept of node Works very fine with 100 nodes. See the test file JElectro/test/org/xneb/jelectro/JElectroTest.java for examples on how to use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenVPN for Docker

    OpenVPN for Docker

    OpenVPN server in a Docker container complete with an EasyRSA PKI CA

    OpenVPN server in a Docker container complete with an EasyRSA PKI CA. Extensively tested on Digital Ocean $5/mo node and has a corresponding Digital Ocean Community Tutorial. Pick a name for the $OVPN_DATA data volume container. It's recommended to use the ovpn-data- prefix to operate seamlessly with the reference systemd service. Users are encourage to replace example with a descriptive name of their choosing. Initialize the $OVPN_DATA container that will hold the configuration files and certificates. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    the-node-way

    the-node-way

    Design patterns and best practices for building Node.js applications

    the-node-way is an educational repository about design patterns and best practices for building Node.js applications. It focuses on helping developers write scalable, maintainable, and clean server-side JavaScript. The project covers foundational Node concepts as well as practical architecture patterns. Its materials include topics such as error-first callbacks, testing essentials, singletons, custom types, and factories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Tomcat for Large Scale Deployments

    Use one Apache Tomcat installation to run multiple Tomcat instances

    ...because you already have many tomcats and you don't want to migrate them one by one anymore because your company doesn't want to pay for a TCServer or a TCat server for the moment Features : run multiple tomcat instances with only one runtime easy migration (just upgrade the tomcat folder) JVM monitoring based on Java Service Wrapper psi-probe embedded automatic port allocation Roadmap : global overview of the cluster automatic node detection easy deployment of
    Downloads: 14 This Week
    Last Update:
    See Project
  • 15
    open-api

    open-api

    A Monorepo of various packages to power OpenAPI in node

    A Monorepo of various packages to power OpenAPI in node. This monorepo uses lerna for development. See the root package.json for helpful scripts. Several scripts have been created to aid in the development of this monorepo (see ./bin). They assume that your $PWD is the root of the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PickUpGames

    This is a website geared toward social hangouts between locals.

    ...The website will host most sports, computer games, board games, and card games. It may expand as needed. Most of the work will be in HTML and AngularJS, while database management will be handled via Node/Express in conjunction with MongoDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Node RTSP RTMP Server

    Node RTSP RTMP Server

    RTSP/RTMP/HTTP hybrid server

    This project is a streaming media server built on Node.js that supports both RTSP (Real Time Streaming Protocol) and RTMP (Real Time Messaging Protocol). It enables users to set up a lightweight streaming infrastructure for delivering live video or audio across networks without relying on heavy external servers. By implementing these protocols in Node.js, it offers easy integration with JavaScript applications and rapid prototyping for developers working on real-time streaming. The server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    massmulti Advanced Web Interface

    massmulti Advanced Web Interface

    PHP CMS from the Past. RELEASED FOR LOG.

    RELEASED FOR LOG (was too dirty to be seriously released). mmAWI was a CMS lib which aimed to simplify the process of : creating websites + groups of users + content tree (nodes) + access control lists + design themes. 'Data Types Modules' -DTM- were used to fill each Node. (Apache/Php & pgSQL required) - SQL MISSING (released when I'll find it!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rease Family Gaming

    Rease Family Gaming

    Rease Family Gamings Packet of fun, includes all of our latest games:)

    ...With Dungeon Escape (Payment Required) You will have HOURS of fun with our super challenging maze game, but its more than just a simple maze... And More Games To Come Soon! Yahtzee Coming soon! Rease Family Gaming Multi Node BBS Coming soon! The Legend of Jim [RPG] Coming soon!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Disque

    Disque

    Disque is a distributed message broker

    ...The design focuses on simplicity, providing a minimal and clear API for producers to enqueue jobs (messages) and consumers to process them, while handling replication, failure and re-queueing internally. Disque supports multi-master clusters where any node can serve producers and consumers, and messages are asynchronously replicated to a configurable number of nodes to ensure availability even in the face of failures. It offers both at-least-once and at-most-once delivery semantics depending on per-message configuration, and retries or re-queueing of un-acknowledged jobs are built in. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Decentralized P2P SuperpeerElection JAVA

    Decentralized P2P SuperpeerElection JAVA

    DECENTRALIZED p2p java solution of membership and superpeer with Chord

    This section presents the design and implementation details of DECENTRALIZED p2p java solution with Chord. The approach is inspired from the literature provided that in the Ion Stoica et al. [1]. Chord orders the node in a circular fashion, in which each node has a successor node and a predecessor node which are its neighbors. It is easy to imagine the nodes placed in a ring, where each node's successor is the node after it when following a clockwise rotation. Nodes maintain a set of other nodes, called fingers, which refer to other points on the ring. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UMD

    UMD

    Patterns for JavaScript modules that work everywhere

    This repository formalizes the design and implementation of the Universal Module Definition (UMD) API for JavaScript modules. These are modules which are capable of working everywhere, be it in the client, on the server or elsewhere. The UMD pattern typically attempts to offer compatibility with the most popular script loaders of the day (e.g RequireJS amongst others). In many cases it uses AMD as a base, with special-casing added to handle CommonJS compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ginkgo

    ginkgo

    Tree-based organizing tool with notes

    This is a java based tool for breaking down concepts or tasks into a tree format with unlimited depth. For each node there is the option of adding a text description.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Selendroid

    Selendroid

    Test automate native or hybrid Android apps and the mobile web

    ...Selendroid is a test automation framework that drives off the UI of Android native and hybrid applications (apps) and the mobile web. Tests are written using the Selenium 2 client API. Selendroid can be used on emulators and real devices and can be integrated as a node into the Selenium Grid for scaling and parallel testing. Selendroid can be extended at runtime with your own extensions. Selendroid can interact with multiple Android devices (emulators or hardware devices) at the same time. UI elements can be found in different locator types. Same concept for automating native or hybrid apps. No modification of the app under test is required in order to automate it. ...
    Downloads: 2 This Week
    Last Update:
    See Project