# soyjavi/QuoJS

Micro #JavaScript Library for Mobile Devices

Repository: https://github.com/soyjavi/QuoJS
Canonical: https://ross.abutalabs.com/products/quojs
Language: CoffeeScript
License: MIT
License Family: permissive
Last push: 2018-09-03T00:16:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5367, "days_push": 2922, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2048, forks 230 (observed 2026-08-28T04:06:09.036323+00:00)

## What it is
QuoJS is a micro, modular JavaScript library for mobile web development that provides DOM traversal, event handling, touch/gesture events, and Ajax interactions in a tiny 5-6k gzipped footprint. It uses the $$ namespace so it can coexist with jQuery or Zepto, and is written in CoffeeScript.

## Use cases
- handle touch and gesture events like tap, swipe, pinch, and rotate in mobile web apps
- manipulate the DOM with a lightweight jQuery-like API
- make Ajax requests without pulling in jQuery
- build fast mobile web pages where library size matters
- use a small JavaScript library alongside jQuery without $ conflicts
- support mobile browsers like Android, FirefoxOS, and Blackberry

## When to choose
- you need a tiny (~6k gzipped) jQuery-like library optimized for mobile touch events
- you want gesture support (tap, swipe, pinch, rotate) without a large framework
- you need to coexist with jQuery or Zepto via the $$ namespace
- you target older mobile browsers like FirefoxOS or Blackberry

## When to avoid
- you need a maintained library with active updates and modern browser support
- you're building with modern frameworks like React or Vue
- you need desktop gesture support (not available)
- you prefer ES6+ JavaScript over CoffeeScript-era codebases

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, http-client
- domain: web-development, mobile-development, frontend
- platform: browser, cross-platform
- tags: dom-manipulation, touch-events, micro-library, jquery-alternative, coffeescript, mobile-web, gestures, ajax, mobile

## Member repositories
- soyjavi/QuoJS (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:09.036323+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:57:57.449764+00:00, confidence not recorded.
  - readme: https://github.com/soyjavi/QuoJS (fetched 2026-08-28T04:06:09.036323+00:00, sha 6b015e8d9ea4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
