nuysoft/Mock
A simulation data generator observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4877
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
19584 stars · 2642 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Mock.js is a JavaScript library that generates simulated random data from data templates and intercepts Ajax requests to return mock responses. It lets front-end developers build and prototype independently of the back-end and write more realistic automated tests.
Use cases
- generate random mock data for frontend development
- intercept ajax requests and return fake responses
- prototype frontend without a backend
- create realistic test data for unit tests
- mock emails, images, dates, and other data types in templates
When to choose
- you need to develop or demo a frontend before the API exists
- you want non-invasive ajax mocking without changing existing code
- you need varied random data (text, numbers, dates, images) for tests
When to avoid
- you need full contract-based API mocking or service virtualization
- your project uses modern tooling better served by MSW or similar
- you need actively maintained software with recent commits
Facets
library · maturity maintenance
data-generation mock-api http-client developer-tools web-development frontend testing browser mock-data ajax-interception frontend-development prototyping random-data nodejs javascript
2 sources
- readme: https://github.com/nuysoft/Mock · fetched 2026-08-28 · 09387abe3ef3
- homepage: http://mockjs.com · fetched 2026-08-29 · 75d6cd784d6d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nuysoft/Mock | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem