mtjs/mt
mt code observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4564
- days_rel: n/a
- days_push: 3053
- n_releases_24m: 0
Adoption not part of the score
1528 stars · 226 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MT is a JavaScript module management framework for mobile web pages, built by Tencent's mobile front-end team. It loads AMD-style modules and performs character-level incremental updates by diffing new JS versions against copies cached in localStorage, so users only download the changed characters instead of whole files.
Use cases
- reduce javascript download size on mobile web pages
- only download changed code when a js file is updated
- load js modules incrementally using localstorage caching
- save bandwidth for mobile web app users during frequent releases
- combine multiple js requests into one combo request
- patch js files at character level with diff algorithms
When to choose
- you maintain a legacy mobile web app where cellular traffic costs matter and localStorage is available
- your iteration cycle changes only a few lines of js per release and you want users to fetch only the delta
- you need AMD-style module loading with combo fetching and error/statistics callbacks on mobile browsers
When to avoid
- you are starting a modern project using ES modules or bundlers like webpack or vite with native HTTP caching
- your target environment lacks localStorage or restricts it via strict content security policies
- you need actively maintained tooling and support, since the last release dates to 2018
Facets
framework · maturity abandoned
frontend-framework developer-tools web-development frontend performance mobile-development browser module-loader incremental-update delta-update localstorage diff-algorithm combo-loading bandwidth-optimization mobile-web amd-modules tencent mobile android ios
1 source
- readme: https://github.com/mtjs/mt · fetched 2026-08-28 · 4fea08749b5a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mtjs/mt | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem