Description
Mock.js is a simulation data generator to help the front-end to develop and prototype separate from the back-end progress and reduce some monotony particularly while writing automated tests.
The official site: http://mockjs.com
Mock.js alternatives and similar libraries
Based on the "Data Structure" category.
Alternatively, view Mock.js alternatives based on common mentions on social networks and blogs.
-
immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity. -
immutability-helper
mutate a copy of data without changing the original source -
mori
ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript -
buckets
A complete, fully tested and documented data structure library written in pure JavaScript. -
object-path
A tiny JavaScript utility to access deep properties using a path (for Node and the Browser) -
react-websocket
Easy-to-use React component for websocket communications. -
hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified -
schemapack
Create a schema object to encode/decode your JSON in to a compact byte buffer with no overhead. -
omniclone
An isomorphic and configurable javascript utility for objects deep cloning that supports circular references. -
property-path
Get and set object properties using a string path, where you can specify the separator character in the path. -
js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Mock.js or a related project?
README
Mock.js
Mock.js is a simulation data generator to help the front-end to develop and prototype separate from the back-end progress and reduce some monotony particularly while writing automated tests.
The official site: http://mockjs.com
Features
- Generate simulated data according to the data template
- Provide request/response mocking for ajax requests with jQuery and KISSY
- Generate simulated data according to HTML-based templates
<!-- TODO This library is loosely inspired by Elijah Manor's post, mennovanslooten/mockJSON, appendto/jquery-mockjax and victorquinn/chancejs. -->
Questions?
If you have any questions, please feel free to ask through New Issue.
Reporting an Issue
Make sure the problem you're addressing is reproducible. Use http://jsbin.com/ or http://jsfiddle.net/ to provide a test page. Indicate what browsers the issue can be reproduced in. What version of Mock.js is the issue reproducible in. Is it reproducible after updating to the latest version?
License
Mock.js is available under the terms of the [MIT License](./MIT-LICENSE.txt).
*Note that all licence references and agreements mentioned in the Mock.js README section above
are relevant to that project's source code only.