All Projects → redgeoff → Slouch

redgeoff / Slouch

Licence: mit
A JS client for CouchDB that does the heavy lifting

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Slouch

Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+108.62%)
Mutual labels:  api, browser
React Page Visibility
Declarative, nested, stateful, isomorphic page visibility React component
Stars: ✭ 163 (+40.52%)
Mutual labels:  api, browser
Marionette
Selenium alternative for Crystal. Browser manipulation without the Java overhead.
Stars: ✭ 119 (+2.59%)
Mutual labels:  api, browser
Bus Promise
🚍 Biblioteca que busca informações em tempo real da frota de ônibus da SPTrans na cidade de São Paulo.
Stars: ✭ 49 (-57.76%)
Mutual labels:  api, browser
Gitbeaker
🤖 GitLab API NodeJS library with full support of all the Gitlab API services.
Stars: ✭ 755 (+550.86%)
Mutual labels:  api, browser
Zoonavigator
Web-based ZooKeeper UI / editor / browser
Stars: ✭ 326 (+181.03%)
Mutual labels:  api, browser
Brain.js
brain.js is a GPU accelerated library for Neural Networks written in JavaScript.
Stars: ✭ 12,358 (+10553.45%)
Mutual labels:  api, browser
Yt Player
Simple, robust, blazing-fast YouTube Player API
Stars: ✭ 576 (+396.55%)
Mutual labels:  api, browser
Slack
🎉✨ Slack API client for Node and browsers.
Stars: ✭ 903 (+678.45%)
Mutual labels:  api, browser
Apy
Apy is a simple client-side library for making rest api ajax calls.
Stars: ✭ 68 (-41.38%)
Mutual labels:  api, browser
Pixiv Api Client
Promise based Pixiv API client for node.js and react native
Stars: ✭ 114 (-1.72%)
Mutual labels:  api
Symfony Jsonapi
JSON API Transformer Bundle for Symfony 2 and Symfony 3
Stars: ✭ 114 (-1.72%)
Mutual labels:  api
Browser Metrics
A collection of metrics tools for measuring performance ⚡️
Stars: ✭ 115 (-0.86%)
Mutual labels:  browser
Active hash relation
ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.
Stars: ✭ 115 (-0.86%)
Mutual labels:  api
Anti Webminer
Anti-WebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file
Stars: ✭ 114 (-1.72%)
Mutual labels:  browser
Ipfs Mini
A super tiny module for querying IPFS that works in the browser and node.
Stars: ✭ 115 (-0.86%)
Mutual labels:  api
Galacteek
Browser for the distributed web
Stars: ✭ 114 (-1.72%)
Mutual labels:  browser
Kerasobjectdetector
Keras Object Detection API with YOLK project 🍳
Stars: ✭ 113 (-2.59%)
Mutual labels:  api
Emacs Application Framework
A free/libre and open-source extensible framework that revolutionizes the graphical capabilities of Emacs, the key to ultimately Live in Emacs
Stars: ✭ 1,932 (+1565.52%)
Mutual labels:  browser
Gandi Live Dns
DynDNS Updater for Gandi LiveDNS REST API
Stars: ✭ 116 (+0%)
Mutual labels:  api

slouch

Greenkeeper badge Circle CI

A JS API for CouchDB that does the heavy lifting

Slouch is a good alternative to nano:

  • You don't have to create an instance for each DB
  • Supports native promises
  • Supports iterators
  • Automatically throttles connections to DB to avoid max_dbs_open errors
  • Automatically persists connections with exponential backoff in case DB restarts or connection is dropped
  • Works in node and in the browser
  • Provides upserts and "get and update" functions
  • Support for optionally ignoring conflicts, missing docs, etc...
  • Designed for CouchDB 1, CouchDB 2 and CouchDB 3

Table of Contents

Testing/Contributing

Building

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].