LokiJS
In-memory DB
A JavaScript-based document-oriented in-memory database with features like indexing and views for fast data access, suitable for performance-critical applications and client-side storage.
javascript embeddable / in-memory database
7k stars
158 watching
481 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
pubkey/rxdb | A reactive, local-first, NoSQL database library for JavaScript applications with real-time syncing capabilities. | 21,619 |
tonsky/datascript | An immutable in-memory database and query engine for client-side applications | 5,499 |
louischatriot/nedb | A JavaScript library implementing a simple and fast in-memory or persistent database | 13,504 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
derbyjs/derby | An MVC framework designed to build real-time collaborative applications | 4,723 |
realm/realm-js | A mobile-first, NoSQL database that runs directly inside phones and supports reactive data access and persistence | 5,799 |
parallel-js/parallel.js | A utility library for parallel computing in JavaScript, utilizing Web Workers and child processes to simplify concurrent execution of tasks. | 3,232 |
lucaong/minisearch | A lightweight JavaScript search engine for full-text indexing and querying of text data in memory-only applications. | 4,853 |
oven-sh/bun | An all-in-one toolkit for JavaScript and TypeScript apps with a fast runtime, bundler, test runner, and package manager. | 74,264 |
localforage/localforage | A fast and simple storage library that improves the offline experience of web applications by providing an asynchronous API. | 24,920 |
swannodette/mori | Provides an immutable data structure API in vanilla JavaScript inspired by ClojureScript's persistent data structures | 3,385 |
fastify/fastify | A high-performance web framework for Node.js with a focus on developer experience and minimal overhead. | 32,408 |
digitalbazaar/forge | A JavaScript implementation of TLS and cryptographic tools for building network-heavy web applications | 5,081 |
hybridsjs/hybrids | A JavaScript framework for building modern web applications with a unique declarative and functional architecture | 3,055 |
infernojs/inferno | A high-performance JavaScript library for building modern user interfaces with real-time data rendering capabilities. | 16,093 |