3 个仓库
Tools that emulate complete backend lifecycles within the browser to enable frontend development without a live server.
Distinct from Server-Side Interaction Simulators: Unlike server-side simulators, this specifically operates within the browser environment to decouple frontend from backend.
Explore 3 awesome GitHub repositories matching web development · Client-Side API Simulations. Refine with filters or upvote what's useful.
Mock is a JavaScript API mocking tool and network request interceptor designed to decouple front-end development from back-end progress. It functions as an API simulation tool and mock data generator, allowing developers to build user interfaces and high-fidelity prototypes by mimicking the request and response cycle without a live server. The system provides a mechanism for intercepting outgoing HTTP calls and returning simulated data. It enables front-end prototyping by generating synthetic datasets to validate application behavior during automated testing cycles and development. Capabilit
Simulates a complete backend lifecycle within the browser to decouple frontend development from server availability.
Mirage JS is a browser-based mock server and client-side API simulator designed for JavaScript application development. It functions as a mocking tool that intercepts network requests to simulate backend API behavior, allowing developers to build and test frontend interfaces without requiring live backend infrastructure. The tool provides a simulation layer that mimics REST endpoints to facilitate rapid prototyping of user flows and application logic. It enables the creation of fake server responses directly within the web browser to verify how an application handles various data scenarios an
Provides a simulation layer that generates fake HTTP responses entirely within the browser to decouple frontend from backend.
JSONPlaceholder 是一个 REST API 模拟服务器和 JSON 模拟服务,提供托管的前端开发沙箱。它作为一个伪后端,返回预定义的 JSON 响应,以模拟用于开发和测试的 REST API。 该服务支持跨源资源共享(CORS),允许从不同的浏览器域测试 API 集成。它能够模拟 CRUD 操作并检索模拟数据,而无需实时数据库。 该系统将 URL 模式映射到静态的基于 JSON 的数据存储,并以无状态方式处理请求。它包括用于查询参数过滤和嵌套资源映射的功能,以模拟一对多关系数据结构。
Emulates a backend lifecycle via a hosted API to enable decoupled frontend development.