Business Software for Node.js - Page 3

Top Software that integrates with Node.js as of August 2025 - Page 3

Node.js Clear Filters
  • 1
    Pilvio

    Pilvio

    Astrec Data OÜ

    Pilvio is a simple virtual cloud platform. You can easily have your websites, applications, and files hosted in the cloud. Intuitive platform to ease resource creation, management, and maintenance. We offer Virtual machines with a wide range of Operating Systems (Ubuntu, Centos, Windows, Debian, Fedora, OpenSuse, or Rocky.) Additionally, we offer 1-click installation for WordPress, Moodle, Docker, Nodejs, MikroTik, cPanel, CyberPanel, Mailcoach, or Plesk. (S3) Object Storage resource bucket creation and management. Our service is backed by a 99.9% uptime guarantee and comes with live human support.
    Starting Price: €6 per month
  • 2
    NW.js

    NW.js

    NW.js

    NW.js (previously known as node-webkit) lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all web technologies. A new way of writing native applications using web technologies, HTML5, CSS3, and WebGL. Full support for the features in the browser. Complete support for Node.js APIs and all third-party modules. Call Node.js modules directly from the DOM and web workers. Available on Linux, Mac OS X and Windows. NW.js is based on Chromium and Node.js. Further, you can easily package a web application into a native application. It enables endless possibilities for writing apps. Easy to use, native UI library, frameless window, packaging and distribution, compatible with npm, debugger support, a rich documentation, kiosk mode, file dialogs, and media. Supports web components, drag & drop, WebGL, WebRTC, datalist, and CSS3. NW.js is also data persistent.
    Starting Price: Free
  • 3
    Express

    Express

    OpenJS Foundation

    Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. With a myriad of HTTP utility methods and middleware at your disposal, creating a robust API is quick and easy. Express provides a thin layer of fundamental web application features, without obscuring Node.js features that you know and love. Express has no notion of a database. This concept is left up to third-party Node modules, allowing you to interface with nearly any database. In Express, 404 responses are not the result of an error, so the error-handler middleware will not capture them. This behavior is because a 404 response simply indicates the absence of additional work to do; in other words, Express has executed all middleware functions and routes, and found that none of them responded.
    Starting Price: Free
  • 4
    Koa

    Koa

    Koa

    Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs. By leveraging async functions, Koa allows you to ditch callbacks and greatly increase error handling. Koa does not bundle any middleware within its core, and it provides an elegant suite of methods that make writing servers fast and enjoyable. A Koa application is an object containing an array of middleware functions that are composed and executed in a stack-like manner upon request. Koa is similar to many other middleware systems that you may have encountered such as Ruby's Rack, Connect, and so on - however, a key design decision was made to provide high-level "sugar" at the otherwise low-level middleware layer. This improves interoperability, and robustness, and makes writing middleware much more enjoyable.
    Starting Price: Free
  • 5
    QUnit

    QUnit

    QUnit

    The powerful, easy-to-use JavaScript testing framework. Easy, zero-configuration setup for any Node.js project and minimal configuration for browser-based projects. Tests can be run anywhere; Node, your browser, even inside a web worker. Test your code where it runs. Flexible APIs for custom assertions, runners, and reporters mean you can extend QUnit to fit your needs. Getting started with QUnit for Node.js projects is quick and easy. First, install the QUnit package using npm. You can now run the test suite through the QUnit CLI. It is recommended that you run the QUnit command via an npm script, which will find the QUnit command automatically from your local dependencies. Check out the API documentation to learn more about the QUnit APIs for organizing tests and making assertions.QUnit follows the Node.js Long-term Support (LTS) schedule and provides support for current, active LTS, and maintenance LTS releases.
    Starting Price: Free
  • 6
    Mocha

    Mocha

    Mocha

    Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. By adding an argument (usually named done) to it() to a test callback, Mocha will know that it should wait for this function to be called to complete the test. This callback accepts both an Error instance (or subclass thereof) or a falsy value; anything else is invalid usage and throws an error (usually causing a failed test). These reporters expect Mocha to know how many tests it plans to run before execution. This information is unavailable in parallel mode, as test files are loaded only when they are about to be run. In serial mode, tests results will “stream” as they occur. In parallel mode, reporter output is buffered; reporting will occur after each file is completed. In practice, the reporter output will appear in “chunks” (but will otherwise be identical). If a test file is particularly slow, there may be a significant pause while it’s running.
    Starting Price: Free
  • 7
    Formidable Victory
    Victory is a set of modular charting components for React and React Native. Victory makes it easy to get started without sacrificing flexibility. Create one-of-a-kind data visualizations with fully customizable styles and behaviors. Victory uses the same API for web and React Native applications for easy cross-platform charting. Fully contained, reusable data visualization elements are responsible for their own styles and behaviors. A React.js based library for creating sleek presentations using JSX syntax with the ability to live demo your code! Universal React Query Library is a blazing-fast GraphQL client, exposed as a set of ReactJS components. A physics-based animation library for React inspired by the natural world.
    Starting Price: Free
  • 8
    ngSemantic

    ngSemantic

    ngSemantic

    Semantic UI ( minified versions of css and js ) must be loaded in index.html. Angular2 building blocks based on Semantic UI. If you want to add loading animation to your Angular 2 app, add this code snippet inside your root app tag.
    Starting Price: Free
  • 9
    Apache ServiceComb
    Open-source, full-stack microservice solution. With out-of-the-box, high performance, compatible with popular ecology, and multi-language support. Service contract guarantee based on OpenAPI. One-click scaffolding, out of the box, speeds up the building of microservice applications. The ecological extension supports multiple development languages such as Java/Golang/PHP/NodeJS. Apache ServiceComb is an open-source solution for microservices. It consists of multiple components that can be flexibly adapted to different scenarios through the combination of components. This guide can help you get started quickly with Apache ServiceComb, which is the best place to start trying for first-time users. To decouple the programming and communication models, so that a programming model can be combined with any communication models as needed. Application developers only need to focus on APIs during development and can flexibly switch communication models during deployment.
    Starting Price: Free
  • 10
    Jasmine

    Jasmine

    Jasmine

    Jasmine attempts as best as possible to follow semantic versioning. This means we reserve major versions (1.0, 2.0, etc.) for breaking changes or other significant work. Most Jasmine releases end up being minor releases (2.3, 2.4, etc.). Major releases are very infrequent. Jasmine generally avoids dropping support for browser or Node versions except in major releases. The exceptions to this are Node versions that are past end of life, browsers that we can no longer install locally and/or test against in our CI builds, browsers that no longer receive security updates, and browsers that only run on operating systems that no longer receive security updates. We’ll make reasonable efforts to keep Jasmine working in those environments but won’t necessarily do a major release if they break.
    Starting Price: Free
  • 11
    Puppeteer

    Puppeteer

    Puppeteer

    Most things that you can do manually in the browser can be done using Puppeteer! Puppeteer-core is intended to be a lightweight version of Puppeteer for launching an existing browser installation or for connecting to a remote one. Be sure that the version of puppeteer-core you install is compatible with the browser you intend to connect to. Puppeteer will be familiar to people using other browser testing frameworks. You create an instance of Browser, open pages, and then manipulate them with Puppeteer's API. By default, Puppeteer downloads and uses a specific version of Chromium so its API is guaranteed to work out of the box. To use Puppeteer with a different version of Chrome or Chromium, pass in the executable's path when creating a Browser instance.
    Starting Price: Free
  • 12
    Playwright

    Playwright

    Playwright

    Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed. Playwright waits for elements to be actionable prior to performing actions. It also has a rich set of introspection events. The combination of the two eliminates the need for artificial timeouts - the primary cause of flaky tests. Playwright assertions are created specifically for the dynamic web. Checks are automatically retried until the necessary conditions are met. Configure test retry strategy, capture execution trace, videos, screenshots to eliminate flakes. Browsers run web content belonging to different origins in different processes. Playwright is aligned with the modern browsers architecture and runs tests out-of-process. This makes Playwright free of the typical in-process test runner limitations.
    Starting Price: Free
  • 13
    Robot Framework

    Robot Framework

    Robot Framework

    Robot Framework is a generic open-source automation framework. It can be used for test automation and robotic process automation (RPA). Robot Framework is supported by Robot Framework Foundation. Many industry-leading companies use the tool in their software development. Robot Framework is open and extensible. Robot Framework can be integrated with virtually any other tool to create powerful and flexible automation solutions. Robot Framework is free to use without licensing costs. Robot Framework has an easy syntax, utilizing human-readable keywords. Its capabilities can be extended by libraries implemented with Python, Java or many other programming languages. Robot Framework has a rich ecosystem around it, consisting of libraries and tools that are developed as separate projects.
    Starting Price: Free
  • 14
    RapidFort

    RapidFort

    RapidFort

    Automatically eliminate unused software components and deploy smaller, faster, more secure workloads. RapidFort drastically reduces vulnerability and patch management queues so that developers can focus on building. By eliminating unused container components, RapidFort enhances production workload security and saves developers from unnecessarily patching and maintaining unused code. RapidFort profiles containers to understand what components are needed to run. Run your containers as normal in any environment, dev, test, or prod. Use any container deployment, including Kubernetes, Docker Compose, Amazon EKS, and AWS Fargate. RapidFort then identifies which packages you must keep, enabling you to remove unused packages. Typical improvements are in the 60% to 90% range. RapidFort also provides the option to build and customize remediation profiles, allowing you to pick and choose what to retain or remove.
    Starting Price: $5,000 per month
  • 15
    gopaddle

    gopaddle

    gopaddle

    Unleash the power of the no-code platform for modern applications. Build, Provision, Run and Scale Cloud-Native Applications by leveraging your team's current capabilities. Unlock the potential of your applications, capture new revenue opportunities and exceed customer expectations by modernizing your legacy and greenfield applications rapidly. Be the first to market and lead the change. Leverage Out-of-the-box DevOps capabilities in the platform to simplify and automate your software delivery and maintenance. Spice up your 'cloud first' strategy with multi and hybrid cloud enablement. Avoid vendor lock-in and give the flexibility of choice to your teams to bring their own cloud and infrastructure. Eliminate manual errors due to human factors and save time to modernize applications. Debug and resolve issues faster than before using the built-in developer tools.
    Starting Price: $45 per month
  • 16
    ScraperAPI

    ScraperAPI

    ScraperAPI

    ScraperAPI is a powerful web scraping API that enables users to collect data from any public website without worrying about proxies, browsers, or CAPTCHA challenges. It offers scalable and consistent data extraction solutions, including plug-and-play scraping, structured endpoints, and asynchronous request handling. The platform supports scraping popular sites like Amazon, Google, Walmart, and more, transforming raw web pages into clean, structured JSON or CSV data. Users can automate complex data pipelines without coding and benefit from global proxy coverage and geotargeting. ScraperAPI saves development time by managing proxy rotation, CAPTCHA solving, and browser rendering behind the scenes. Trusted by over 10,000 companies, it serves billions of requests monthly to help businesses gain competitive advantage through efficient data collection.
    Starting Price: $49 per month
  • 17
    ScrapeOwl

    ScrapeOwl

    ScrapeOwl

    We only use the highest quality residential IP addresses to ensure reliability and uptime. Run chrome instances to scrape-at-scale without worrying about resource usage or browser and session management. Get country-specific results for platforms that use localization to display prices and descriptions like Amazon.fr vs Amazon.ae and eBay. Circumvent web security measures by getting data without triggering Catpchas on Cloudflare, Hcaptcha, Google recaptcha. Get country-specific results for platforms that use localization to display prices and descriptions like Amazon.fr vs Amazon.ae and eBay. Extract only the elements you need from a page without needing to parse html yourself. Collect products, prices, and descriptions from product listing pages on e-commerce platforms. APIs are consumed programmatically, meaning you write a program to get the data you want from websites you want to scrape and parse.
    Starting Price: $29 per month
  • 18
    Sails

    Sails

    Sails

    Build practical, production-ready Node.js apps in a matter of weeks, not months. Sails is the most popular MVC framework for Node.js, designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps, data-driven APIs with scalable, service-oriented architecture. Sails makes it easy to build custom, enterprise-grade Node.js apps. Building on top of Sails means your app is written entirely in JavaScript, the language you and your team are already using in the browser. Sails bundles a powerful ORM, Waterline, which provides a simple data access layer that just works, no matter what database you're using. Sails comes with blueprints that help jumpstart your app's backend without writing any code. Since Sails translates incoming socket messages for you, they're automatically compatible with every route in your Sails app. Sails offers commercial support to accelerate development and ensure best practices in your code.
    Starting Price: Free
  • 19
    Zebedee

    Zebedee

    Zebedee

    From high-stakes esports tournaments to casual mobile games, our world is open to everyone. Bitcoin is programmable money. We make it a seamless part of the game experience. If you can scan a QR code, you can earn with Zebedee. Straightforward, instant, and available now. Play our games or play with our APIs. Either way, you'll soon discover why Bitcoin is transforming the world of gaming. Open a new acquisition channel and revenue stream in the quickly growing world of Bitcoin gaming. Gain an edge over your competition by offering cutting-edge Bitcoin Lightning services and a gateway into the exploding world of Bitcoin gaming. Play a single intense match with live Bitcoin transfers and earn a share of the prize pot based on your percentage of the total score. In survival mode, your sats are your life. When you score, you get an extra life. When you die, you lose some life. If you run out of seats, you get kicked from the match.
    Starting Price: Free
  • 20
    Umami

    Umami

    Umami

    Own your website analytics. Umami is an open source, privacy-focused alternative to Google Analytics. Umami lets you to gather the data you need while respecting the privacy of your users. Umami does not collect any personal information, does not use cookies, does not track users across websites, and is GDPR compliant. Umami helps you stay compliant with ever-changing data privacy laws. All data collected is anonymized, making it impossible to identify any individual user. Rest assured knowing that your data is securely in your hands. Umami is easy to use and understand without needing to run complicated reports. Umami collects only the metrics you care about and everything fits on a single page. Umami is dedicated to open-source development. Place your confidence in a product that is fully transparent, battle-tested, and community-supported. Best of all, you don't need to display an annoying cookie notice.
    Starting Price: Free
  • 21
    Seald

    Seald

    Seald

    Every industry has its own data security challenges: strengthening customer trust, achieving compliance, minimizing the consequences of a data breach, ... Seald addresses these challenges by offering to simply integrate end-to-end encryption into your applications. The privacy of your customers' data will be assured by design with Seald's certified technology, protecting them even in the event of a data breach. By using server-side encryption (including KMS, HSM or BYOK), the data is first transferred in its clear-text version and is then protected with encryption by the server. The servers therefore have access to a clear-text version of the data, which means that if compromised, the data would become vulnerable. By using Seald, data is secured on the client side, before being sent to the server. This way, neither Seald nor the cloud hosting company can decrypt the protected data, even if servers are compromised.
    Starting Price: €499 per month
  • 22
    Hyper

    Hyper

    Hyper.is

    Hyper is an Electron-based terminal, built on HTML/CSS/JS, and fully extensible. Install themes and plugins from the command line. The goal of the project is to create a beautiful and extensible experience for command-line interface users, built on open web standards. In the beginning, our focus will be primarily on speed, stability, and the development of the correct API for extension authors. In the future, we anticipate the community will come up with innovative additions to enhance what could be the simplest, most powerful, and well-tested interface for productivity. Extensions are available on npm. All command keys can be changed. Extensions are universal Node.js modules loaded by both Electron and the renderer process. Instead of exposing a custom API method or parameter for every possible customization point, we allow you to intercept and compose every bit of functionality! You can find additional details about plugin development in the Hyper repository.
    Starting Price: Free
  • 23
    Statsig

    Statsig

    Statsig

    Upgrade your feature flags and experiments to accelerate your product growth with the most powerful stats engine. Product observability combines experimentation with real-time analytics to give you a 360° view of your product and business. For the first time, you can see which features are driving your business core metrics - not just events and clicks. Statsig serves all your experimentation needs with a unified platform that connects what you build with the impact you deliver. We power A/B tests and experiments on any device, in any part of the application stack, at any scale. Statsig gives you a comprehensive 360° view of how your product is performing. We help developers become savvy decision-makers. Statsig introduces end-to-end observability for each product update, from system performance to customer behavior, and hands developers the ability to bring data to their teams for every product decision.
    Starting Price: $0.03 per 1000 events
  • 24
    Paperplane

    Paperplane

    Paperplane

    Installing and maintaining a PDF backend is tedious and time-consuming. Paperplane adds PDF functionality to your app fast, so you can move on to what matters. If you have batch workloads, Paperplane will create up to 20 PDFs in parallel. Allowing you more time to improve your workflow and pump out more PDFs. The API is asynchronous too, meaning you can fire and forget your PDF jobs rather than keeping long-running processes around until everything finishes. Webhooks take care of notifying you of any errors that may have occurred during the PDF generation process. Are you looking for a solution to generate PDFs from your single-page app? If your site works in Chrome, it’ll work with Paperplane. Or choose to wait for an element to appear on the page before generating the PDF, so you can be sure all your content has loaded.
    Starting Price: $15 per month
  • 25
    Masto.host

    Masto.host

    Masto.host

    Masto.host makes running a Mastodon server really easy. For only $6/month, you can have your own Mastodon server. It's a microblogging social network that brings the control back to your hands. Each Mastodon instance is independent, and anyone is free to run their own. Mastodon is free, and its code is open-source. Masto.host provides you with a hosting platform optimized to run Mastodon. Mastodon comes pre-installed on all Masto.host hosting plans. Servers are kept updated and run the latest stable release of Mastodon. Currently, Masto.host is in open beta. Meaning that it is still in development. Please read the terms of service to know more. The data centers used for Masto.host are from OVH and are located in France. The TLS (HTTPS) included is provided by Let's Encrypt. Each Private VLAN can only communicate with the closest VLAN (in the graph) and under a specific number of ports. The SMTP used to send notification emails is externally provided by MailGun.
    Starting Price: $6 per month
  • 26
    jscoverage

    jscoverage

    jscoverage

    jscoverage tool, both node.js and JavaScript support. Enhance the coverage range. Use mocha to load the jscoverage module, then it works. jscoverage will append coverage info when you select list or spec or tap reporter in mocha. You can use covout to specify the reporter, like HTML, and detail. The detail reporter will print the uncovered code in the console directly. Mocha runs test case with jscoverage module. jscoverage will ignore files while listing in covignore file. jscoverage will output a report in HTML format. jscoverage will inject a group of functions into your module exports. default jscoverage will search covignore in the project root. jscoverage will copy exclude files from the source directory to the destination directory.
    Starting Price: Free
  • 27
    NLP Cloud

    NLP Cloud

    NLP Cloud

    Fast and accurate AI models suited for production. Highly-available inference API leveraging the most advanced NVIDIA GPUs. We selected the best open-source natural language processing (NLP) models from the community and deployed them for you. Fine-tune your own models - including GPT-J - or upload your in-house custom models, and deploy them easily to production. Upload or Train/Fine-Tune your own AI models - including GPT-J - from your dashboard, and use them straight away in production without worrying about deployment considerations like RAM usage, high-availability, scalability... You can upload and deploy as many models as you want to production.
    Starting Price: $29 per month
  • 28
    Akto

    Akto

    Akto

    Akto is an open source API security in CI/CD platform. Key features of Akto include: 1. API Discovery 2. API Security Testing 3. Sensitive Data Exposure 4. API Security Posture Management 5. Authentication and Authorization 6. API Security in DevSecOps Akto helps developers and security teams secure APIs in their CI/CD by continuously discovering and testing APIs for vulnerabilities. Akto's pricing is transparent on website. Free tier is available. You can deploy both self-hosted and in cloud. It takes only few mins to deploy and see results. Akto can integrate with multiple traffic sources - Burpsuite, AWS, postman, GCP, gateways, etc.
  • 29
    Bannerbear

    Bannerbear

    Bannerbear

    Bannerbear helps you auto-generate social media visuals, eCommerce banners, and more with our API and integrations. Create no-code automated workflows that take care of repetitive marketing tasks in the background. Add image and video generation capability to your app using our REST API or official libraries in Ruby, Node, and PHP. Generate images and videos using a range of integrations and plugins. Start a free trial with 30 API credits, no credit card is required. Create templates that match your brand with multiple layers, custom fonts, logos, and more. Bannerbear auto-resizes text when you generate images with long titles, product names, etc. Use optional AI to auto-detect faces in photos and position them correctly in your banners. A simple and RESTful API offers easy integration into your existing platform or apps. Choose to generate images asynchronously or on-the-fly depending on your needs. Invite team members to help with designing templates or setting up API integrations.
    Starting Price: $49 per month
  • 30
    Apache TinkerPop

    Apache TinkerPop

    Apache Software Foundation

    Apache TinkerPop™ is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP). Gremlin is the graph traversal language of Apache TinkerPop. Gremlin is a functional, data-flow language that enables users to succinctly express complex traversals on (or queries of) their application's property graph. Every Gremlin traversal is composed of a sequence of (potentially nested) steps. A graph is a structure composed of vertices and edges. Both vertices and edges can have an arbitrary number of key/value pairs called properties. Vertices denote discrete objects such as a person, a place, or an event. Edges denote relationships between vertices. For instance, a person may know another person, have been involved in an event, and/or have recently been at a particular place. If a user's domain is composed of a heterogeneous set of objects (vertices) that can be related to one another in a multitude of ways (edges).
    Starting Price: Free