# ranile/gloo

A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM

Repository: https://github.com/ranile/gloo
Canonical: https://ross.abutalabs.com/products/gloo
Homepage: https://gloo-rs.web.app
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: webassembly, wasm, rust, web
Last push: 2026-07-23T09:34:38+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 76, longevity 100
- inputs: {"age_days": 2750, "days_push": 41, "days_rel": 161, "gap_med": 0, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1999, forks 165 (observed 2026-08-28T04:06:03.814526+00:00)

## What it is
Gloo is a modular toolkit of Rust crates providing ergonomic wrappers around browser APIs for WebAssembly development. It sits on top of the raw web-sys/js-sys bindings and can be used as an umbrella crate or as individual crates like net, storage, timers, and worker.

## Use cases
- use browser APIs from Rust without fighting raw web-sys bindings
- build a web application frontend in Rust and WASM
- access localStorage and browser storage from Rust
- make HTTP requests from a WASM module
- use timers, events, and dialogs from Rust in the browser
- build a small targeted WASM library to embed in a JavaScript project

## When to choose
- you are writing Rust compiled to WebAssembly and want ergonomic, idiomatic wrappers for browser APIs
- you want to pick individual crates (net, storage, timers) instead of a monolithic framework
- you are building libraries or apps on top of web-sys/js-sys and want a batteries-included layer

## When to avoid
- you need a full UI framework with a virtual DOM and components - use Yew or Leptos instead
- your project is pure JavaScript/TypeScript with no Rust toolchain
- you target non-browser WASM environments like server-side WASI

## Facets
- artifact type: library
- maturity: active
- function: sdk, developer-tools, http-client, websocket, file-system, caching, web-framework
- domain: web-development, frontend, cross-platform, developer-tools
- platform: wasm, rust, browser
- tags: rust-wasm, web-sys, js-sys, browser-apis, modular-crates, frontend, web-server

## Member repositories
- ranile/gloo (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:03.814526+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-30T03:02:11.137053+00:00, confidence not recorded.
  - readme: https://github.com/ranile/gloo (fetched 2026-08-28T04:06:03.814526+00:00, sha 85c52d5615c8)
  - homepage: https://gloo-rs.web.app (fetched 2026-08-29T10:41:53.541051+00:00, sha 8c9ee92c7add)
- Data as of 2026-08-30T08:39:29.467469+00:00.
