Showing 204 open source projects for "node.js"

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
  • Auth for GenAI | Auth0 Icon
    Auth for GenAI | Auth0

    Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

    Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
    Try free now
  • 1
    Zod

    Zod

    TypeScript-first schema validation with static type inference

    TypeScript-first schema validation with static type inference. Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple string to a complex nested object. Zod is designed to be as developer-friendly as possible. The goal is to eliminate duplicative type declarations. With Zod, you declare a validator once and Zod will automatically infer the static TypeScript type. It's easy to compose simpler types into...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    streetmerchant

    streetmerchant

    The world's easiest, most powerful stock checker

    ... are very capable as you have made it this far. Some basic understanding how a terminal, git, and or Node.js is a bonus, but that does not limit you to getting streetmerchant running! There is a lot of undefined behavior with using streetmerchant in the cloud. Some sites may block IPs from your cloud provider. It is possible that a VPN will help circumvent these problems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Earthstar

    Earthstar

    Storage for private, distributed, offline-first applications

    Earthstar is a local-first, peer-to-peer protocol and library for building small-scale, decentralized apps like journals, messaging systems, or shared docs. It emphasizes ease of use, offline access, and privacy, requiring no servers or advanced networking setup. Earthstar works by syncing shared data between trusted peers using append-only feeds, making it a great fit for personal tools, cooperative apps, and communities. It runs in the browser or Node.js, and its APIs are designed to feel...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ArangoDB JavaScript Driver

    ArangoDB JavaScript Driver

    The official ArangoDB JavaScript driver

    ArangoJS is the official JavaScript client for ArangoDB, a multi-model NoSQL database that supports document, key-value, and graph data models. This client provides a powerful yet simple API to interact with ArangoDB from Node.js or browser-based applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional servicesβ€”without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Arcjet

    Arcjet

    Arcjet JS SDKs. Rate limiting, bot protection, email verification

    Arcjet helps developers protect their apps in just a few lines of code. Implement rate limiting, bot protection, email verification, and defense against common attacks. Native security for Bun, Next.js, Node.js, SvelteKit, Vercel, Netlify, Fly.io, and other modern platforms. Customizable protection for signup forms, login pages, API routes, and your whole app. Test security rules locally. Protection that works in every environment. No agent is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    parse5

    parse5

    HTML parsing/serialization toolset for Node.js.

    HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. parse5 provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects as jsdom, Angular, Lit, Cheerio, rehype and many more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Roarr

    Roarr

    JSON logger for Node.js and browser

    JSON logger for Node.js and browser. A transport in most logging libraries is something that runs in-process to perform some operation with the finalized log line. For example, a transport might send the log line to a standard syslog server after processing the log line and reformatting it. Roarr does not support in-process transports because Node processes are single threaded processes (ignoring some technical details). Given this restriction, Roarr purposefully offloads handling of the logs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lingui.js

    Lingui.js

    A readable, automated, and optimized (3 kb) internationalization

    JavaScript library for internalization (i18n) of JavaScript projects, including React, Vue, Node.js, and Angular. Use it everywhere. Lingui.js provides the essential intl functionality that works in any JavaScript project, and offers components for leveraging React rendering. Manage the whole intl workflow using Lingui CLI. It extracts messages from source code, validates messages from translators, and checks that all messages are translated before shipping to production. Use React components...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    AWS Amplify CLI

    AWS Amplify CLI

    Toolchain for simplifying serverless web and mobile development

    The AWS Amplify CLI is a toolchain that includes a robust feature set for simplifying mobile and web application development. The CLI uses AWS CloudFormation and nested stacks to allow you to add or modify configurations locally before you push them for execution in your account. Provisions cloud resources with the latest local developments. The 'no-gql-override' flag does not automatically compile your annotated GraphQL schema and will override your local AppSync resolvers and templates....
    Downloads: 2 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    Cucumber.js

    Cucumber.js

    Cucumber for JavaScript

    Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team. Cucumber.js is the JavaScript implementation of Cucumber and runs on the maintained Node.js versions. It’s simple. Whether open source or commercial, our collaboration tools will boost your engineering team's...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    ky

    ky

    JavaScript HTTP client based on the browser Fetch API

    Ky targets modern browsers and Deno. For older browsers, you will need to transpile and use a fetch polyfill and globalThis polyfill. For Node.js, check out Got. For isomorphic needs (like SSR), check out ky-universal. It's just a tiny file with no dependencies. Internally, the standard methods (GET, POST, PUT, PATCH, HEAD and DELETE) are uppercased in order to avoid server errors due to case sensitivity. Search parameters to include in the request URL. Setting this will override all existing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    lambda-request-handler

    lambda-request-handler

    Package your Node.js web app as a Lambda function executed by an API

    Package your Node.js web app as a Lambda function executed by an API Gateway or ALB event. An npm module that allows your Node.js web applications to be deployed as an AWS Lambda function and invoked in response to API Gateway, HTTP API, or Application Load Balancer requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    node-minify

    node-minify

    Light Node.js module that compress javascript, css and html files

    A very light minifier Node.js module. It allows you to compress JavaScript, CSS and HTML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kysely SQL

    Kysely SQL

    A type-safe TypeScript SQL query builder

    Kysely is a type-safe TypeScript SQL query builder that provides an intuitive and autocompletion-friendly API. It allows developers to construct complex SQL queries with full type safety, reducing runtime errors and improving code maintainability. Kysely supports various SQL dialects and is compatible with Node.js, Deno, and browser environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Text Search Engine

    Text Search Engine

    A text search engine that supports mixed Chinese and English search

    Text-Search-Engine is a JavaScript-based lightweight search engine that enables full-text search functionality. It allows developers to implement fast search indexing and retrieval in web applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    TSW

    TSW

    Tencent Server Web

    A Node.js-based monitoring and debugging platform developed by Tencent, designed for large-scale applications and performance optimization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    blockfrost-js

    blockfrost-js

    Node.js SDK for the Blockfrost.io API

    To run the SDK you need Node.js version 16 and higher. While you may find a way to run it directly in a browser, we don't actively support or provide troubleshooting assistance with this scenario. We recommend setting up your own Node.js backend. Exposing your API keys in a frontend application is almost always a bad idea. Using the SDK is pretty straight-forward as you can see from the following examples. For more examples take a look in blockfrost-js-examples repository. Blockfrost Node.js...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    grammY

    grammY

    The Telegram Bot Framework

    grammY makes it easy to create Telegram bots. Both for beginners and at scale. You want grammY because it is easy to use. It is very powerful and always up to date. It has the best documentation in town. It is extremely efficient and scales up effortlessly. It has a thriving ecosystem of plugins, a friendly community chat, seamless integrations with web frameworks and databases, and so much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    balena CLI

    balena CLI

    balena CLI tool.

    The balena CLI is a Command Line Interface for balenaCloud or openBalena. It is a software tool available for Windows, macOS and Linux, used through a command prompt/terminal window. It can be used interactively or invoked in scripts. The balena CLI builds on the balena API and the balena SDK, and can also be directly imported in Node.js applications. The balena CLI is an open-source project on GitHub, and your contribution is also welcome!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    XFrames

    XFrames

    GPU-accelerated GUI development for Node.js and the browser

    xframes is a high-performance library that empowers developers to build native desktop applications using familiar web technologies, specifically Node.js and React, without the overhead of the DOM. xframes serves as a streamlined alternative to Electron, designed for developers looking to maximize performance and efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    electron-vite-vue

    electron-vite-vue

    Really simple Electron + Vite + Vue boilerplate

    Really simple Electron + Vue + Vite boilerplate. Out of the box, based on the official template-vue-ts, less invasive, extensible, really simple directory structure, supports using Node.js API in Electron-Renderer, supports C/C++ native addons. It's easy to implement multiple windows. By default, this template integrates Node.js in the Renderer process. If you don't need it, you just remove the option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    X-Crawl

    X-Crawl

    Flexible Node.js AI-assisted crawler library

    A high-performance web crawling and scraping framework for Node.js, designed for large-scale data extraction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ExpressTS

    ExpressTS

    A Typescript + Node.js lightweight framework

    ExpressoTS is a Typescript + Node.js lightweight framework for quickly building scalable, easy-to-read, and maintained server-side applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Prom-Client

    Prom-Client

    Prometheus client for node.js

    Prom-Client is a Prometheus client for Node.js that allows developers to instrument their applications and expose metrics, facilitating the monitoring of application performance and resource usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NocoBase

    NocoBase

    Extensibility-first, open-source no-code/low-code platform

    .... It features a WYSIWYG interface with a one-click switch between usage and configuration modes, enabling users to compose suitable interfaces much like Notion. All functionalities are implemented as plugins using a microkernel architecture, allowing for extensive customization, including pages, blocks, actions, APIs, and data sources. NocoBase is written in TypeScript and utilizes mainstream technology stacks such as Node.js and React, ensuring transparency and control.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.