Showing 52 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Google Node.js Datastore

    Google Node.js Datastore

    Node.js client for Google Cloud Datastore

    Google’s Node.js Datastore client is a library for interacting with Google Cloud Datastore, a fully managed NoSQL database. It enables developers to store and query structured data in a scalable and serverless manner. The library provides an easy-to-use API for integrating Datastore into Node.js applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Aerospike Node.js Client

    Aerospike Node.js Client

    Node.js client for the Aerospike database

    Aerospike Node.js Client is the official Node.js driver for Aerospike, a high-performance NoSQL database optimized for real-time applications. It provides low-latency access to key-value stores and supports advanced data structures for AI, financial, and IoT applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    level

    level

    Universal abstract-level database for Node.js and browsers

    Universal abstract-level database for Node.js and browsers. Universal abstract-level database for Node.js and browsers. This is a convenience package that exports classic-level in Node.js and browser-level in browsers, making it an ideal entry point to start creating lexicographically sorted key-value databases. All asynchronous methods also support callbacks. TypeScript type declarations are included and cover the methods that are common between classic-level and browser-level. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AlaSQL

    AlaSQL

    JavaScript SQL database for browser and Node.js for relational tables

    AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel. We focus on speed by taking advantage of the dynamic nature of JavaScript when building up queries. Real-world solutions demand flexibility regarding where data comes from and where it is to be stored.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    Postgres (by Porsager)

    Postgres (by Porsager)

    The Fastest full featured PostgreSQL client for Node.js

    Postgres.js is a fast and full-featured PostgreSQL client for Node.js, Deno, Bun, and Cloudflare Workers. It offers a modern, promise-based API with support for tagged template literals, providing a safe and efficient way to interact with PostgreSQL databases. Postgres.js is known for its performance and minimal dependencies, making it a popular choice for developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    sqlite3

    sqlite3

    Asynchronous, non-blocking SQLite3 bindings for Node.js

    ...It is also possible to make your own build of sqlite3 from its source instead of its npm package. It is possible to use the installed package in node-webkit instead of the vanilla Node.js. See Building for node-webkit for details. The sqlite3 module depends only on libsqlite3. However, by default, an internal/bundled copy of sqlite will be built and statically linked, so an externally installed sqlite3 is not required.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 7
    node-oracledb

    node-oracledb

    Oracle Database driver for Node.js maintained by Oracle Corp

    The node-oracledb add-on for Node.js powers high-performance Oracle Database applications. Applications can be written in TypeScript, or directly in JavaScript. Use node-oracledb 5.4 to connect Node.js 14, or later, to Oracle Database. Older versions of node-oracledb may work with older versions of Node.js. Node-oracledb supports basic and advanced features of Oracle Database and Oracle Client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    node-mssql

    node-mssql

    Microsoft SQL Server client for Node.js

    node-mssql is a Microsoft SQL Server client for Node.js, providing a robust and feature-rich interface for connecting to and interacting with SQL Server databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    mongo-express

    mongo-express

    Web-based MongoDB admin interface, written with Node.js

    A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap 5.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Cloud Firestore

    Cloud Firestore

    Node.js client for Google Cloud Firestore: a NoSQL document database

    The official Firestore client for Node.js, enabling seamless interaction with Google Cloud Firestore, a NoSQL document database optimized for real-time applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Node Redis

    Node Redis

    A high performance Node.js Redis client

    ...All functions take either an args Array plus optional callback Function or a variable number of individual arguments followed by an optional callback. Node Redis currently doesn't natively support promises (this is coming in v4), however you can wrap the methods you want to use with promises using the built-in Node.js util.promisify method on Node.js >= v8. Care should be taken with user input if arrays are possible (via body-parser, query string or other method), as single arguments could be unintentionally interpreted as multiple args. Minimal parsing is done on the replies. Commands that return a integer return JavaScript Numbers, arrays return JavaScript Array. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    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: 0 This Week
    Last Update:
    See Project
  • 13
    better-sqlite3

    better-sqlite3

    The fastest and simplest library for SQLite3 in Node.js

    The fastest and simplest library for SQLite3 in Node.js. Full transaction support. High performance, efficiency, and safety. Easy-to-use synchronous API (better concurrency than an asynchronous API... yes, you read that correctly). Support for user-defined functions, aggregates, virtual tables, and extensions. 64-bit integers (invisible until you need them). Worker thread support (for large/slow queries).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    JsonDB

    JsonDB

    A simple "database" that use JSON file for Node.JS.

    JsonDB is now using the concept of async/await for all its calls since we read from the database file on demand and depending on how the database is configured, we might write at each push. The module stores the data using JavaScript Object directly into a JSON file. You can easily traverse the data to directly reach the desired property using the DataPath. The principle of DataPath is the same as XMLPath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mikro Orm

    Mikro Orm

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work

    TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. MikroORM allows handling transactions automatically. When you call em.flush(), all computed changes are wrapped inside a database transaction. Uses source code analysis so you do not have to repeat yourself when defining entities. Simply define correct TypeScript types and you are good to go!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    node-pg-migrate

    node-pg-migrate

    Node.js database migration management for Postgresql

    Node.js database migration management built exclusively for postgres. (But can also be used for other DBs conforming to SQL standard - e.g. CockroachDB.) Started by Theo Ephraim, now maintained by Salsita Software. Installing this module adds a runnable file into your node_modules/.bin directory. If installed globally (with the -g option), you can run node-pg-migrate and if not, you can run .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Parse Server

    Parse Server

    API server module for Node/Express

    ...Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the Node.js Long Term Support plan and only test against versions that are officially supported and have not reached their end-of-life date. You can use any arbitrary string as your application id and master key. These will be used by your clients to authenticate with the Parse Server. Parse provides SDKs for all the major platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    AdminJS

    AdminJS

    AdminJS is an admin panel for apps written in node.js

    ...Simplify your product database management with just one click. The out-of-the-box version of AdminJS is pretty powerful, but its in-depth customizability is where it really shines. With a basic knowledge of React and Node.js, you can change nearly every behavior of your admin panel. With AdminJS you can Create, Read, Update, and Delete all of your resources, no matter where they come from. Thanks to the tight integration with your ORM/ODM, AdminJS picks up all the validation rules, data types, and relationships. AdminJS has a simple interface for connecting multiple data sources like SQL/noSQL databases and multiple APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Knex

    Knex

    A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, etc.

    ...It supports multiple database systems, including PostgreSQL, MySQL, SQLite3, and more. Knex.js offers a powerful and intuitive API for building and executing SQL queries, making it a popular choice for Node.js applications requiring database interactions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    TanStack DB

    TanStack DB

    A reactive client store for building super fast apps

    TanStack DB (beta) is a lightweight, embedded database-like library designed to manage structured data directly in client or server-side JavaScript environments, offering stateful data stores that work seamlessly with the TanStack ecosystem. Blazing‑fast query engine for sub‑millisecond live queries, joins & aggregates. Fine‑grained reactivity to minimize component re‑rendering. Robust transaction primitives for optimistic mutations with sync & lifecycle support. Normalized data model that...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Nhost

    Nhost

    The Open Source Firebase Alternative with GraphQL.

    ...Nhost consists of open source software, Database: PostgreSQL, Instant GraphQL API: Hasura, Authentication: Hasura Auth, Storage: Hasura Storage, Serverless Functions: Node.js (JavaScript and TypeScript), Nhost CLI for local development. Instant Realtime GraphQL API based on your tables and columns in the database. Sign in users with email, magic links, SMS, Google, Facebook, etc. Run the full Nhost stack locally during development using the Nhost CLI. Deploy database and backend changes with the workflow you love (`git push`). ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    pg-mem

    pg-mem

    An in memory postgres DB instance for your unit tests

    pg-mem is an in-memory PostgreSQL emulator for Node.js and TypeScript that allows you to simulate a Postgres database without a real server. It’s perfect for unit testing and development scenarios where spinning up a full database would be too heavy. pg-mem supports many Postgres features and is compatible with various ORMs like TypeORM and Sequelize.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kysely SQL

    Kysely SQL

    A type-safe TypeScript SQL query builder

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

    ioredis

    A performance-focused Redis client for Node.js

    ioredis is a robust, full-featured Redis client that is used in the world's biggest online commerce company Alibaba and many other awesome companies. Full-featured. It supports Cluster, Sentinel, Streams, Pipelining and of course Lua scripting & Pub/Sub (with the support of binary messages). High performance. Delightful API. It works with Node callbacks and Native promises. Transformation of command arguments and replies. Transparent key prefixing. Abstraction for Lua scripting, allowing you...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    directus

    directus

    Directus wraps any SQL database with a real-time GraphQL+REST API

    ...Power any project with a modern, open-source data platform. A modern data platform, designed for developers. Our modular codebase is 100% JavaScript, leveraging the power of Node.js and Vue.js 3 for blazing performance and easy extensibility. You remain in complete control of your new or existing database. No need to migrate to a proprietary data model, so there's no vendor lock-in. Directus is the world's leading Open Data Platform, with millions of downloads, thousands of active developers, and we're just getting warmed up. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next