awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
easy-mock avatar

easy-mock/easy-mock

0
View on GitHub↗
9,026 نجوم·1,345 تفرعات·JavaScript·gpl-3.0·8 مشاهداتeasy-mock.com↗

Easy Mock

Easy Mock is a tool for API mocking and simulation that allows for the creation of fake server responses using schemas. It enables the generation of mock API data and the implementation of OpenAPI specifications to align development with technical contracts.

The project supports collaborative API design through a shared workspace where team members can synchronize and manage mock endpoints. It also features specification-driven bootstrapping, which automatically constructs mock environments by importing standard API definition files.

The system provides API development proxying to forward requests to live backend servers when a mock response is not configured. Additionally, it includes API environment access control to restrict server access based on IP addresses.

Features

  • API Mocking Servers - Provides local servers that simulate API responses based on specifications to decouple frontend and backend development.
  • Mock Data Generators - Generates dynamic mock API responses by mapping predefined data types and structures to endpoints.
  • Environment Bootstrapping - Automates the initial setup of mock server configurations by parsing API definition files.
  • API Specification Importers - Parses and imports standard API definition files to automatically build mock projects.
  • Mock Environment Generators - Automatically generates working mock environments from API definition files to align development with technical contracts.
  • Environment Scaffolding - Automatically constructs mock environments by parsing standard API definition files into server configurations.
  • API Mocking - Simulates API responses using schemas and custom headers to facilitate frontend development without a live backend.
  • Collaborative API Workspaces - Provides a shared environment for teams to synchronize API collections and mock configurations.
  • Collaborative API Design Tools - Enables teams to share and manage mock endpoints to ensure consistent use of data structures.
  • API Proxies - Forwards incoming network calls to live backend servers when mock responses are not configured.
  • Request Routing - Uses request routing rules to forward network traffic to live backend servers when no mock is defined.
  • Team Collaboration Tools - Facilitates team-based coordination and joint development workflows for managing shared mock API sets.
  • Development Proxies - Routes requests between mock servers and live backends to support incremental feature development.
  • HTTP Clients - Persistent mock data generation service.
  • أطر عمل الاختبار - Visual mock data service.

سجل النجوم

مخطط تاريخ النجوم لـ easy-mock/easy-mockمخطط تاريخ النجوم لـ easy-mock/easy-mock

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Easy Mock

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Easy Mock.
  • mockoon/mockoonالصورة الرمزية لـ mockoon

    mockoon/mockoon

    8,080عرض على GitHub↗

    Mockoon is an HTTP API simulation platform and design tool used to create fake API endpoints that simulate server responses without a backend. It functions as an OpenAPI mock server tool and a JSON API mocking utility, allowing for the rapid iteration of API contracts and the generation of response templates. The project distinguishes itself through a combination of stateful mocking, using a local JSON database to simulate CRUD operations, and the ability to run as a headless API mock server via a command line interface. It supports real-time collaborative editing and AI-assisted prototyping

    TypeScriptapiapplicationdesktop
    عرض على GitHub↗8,080
  • typicode/json-serverالصورة الرمزية لـ typicode

    typicode/json-server

    75,614عرض على GitHub↗

    json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable mock API server that allows for the simulation of CRUD operations and resource relationships without the need to write backend code. The project enables rapid prototyping by generating a fake backend that persists data changes back to a local JSON file. It distinguishes itself by providing a static asset file server to deliver local documents, images, and stylesheets alongside the mock API endpoints. The server includes capabilities for data querying, such as parameter-based

    JavaScriptapifakefrontend
    عرض على GitHub↗75,614
  • miragejs/miragejsالصورة الرمزية لـ miragejs

    miragejs/miragejs

    5,527عرض على GitHub↗

    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

    JavaScript
    عرض على GitHub↗5,527
  • ymfe/yapiالصورة الرمزية لـ YMFE

    YMFE/yapi

    27,722عرض على GitHub↗

    yapi is an API management platform designed to coordinate the development of RESTful APIs between frontend, backend, and quality assurance teams. It functions as a centralized system for documenting interface specifications, simulating server responses, and validating requests through a built-in testing client. The platform features an API code generator that transforms interface specifications into typed request functions and data models across multiple programming languages. It also includes a mock server capable of generating synthetic responses using schema-based generators and rule-based

    JavaScriptapiapi-managementapi-manager
    عرض على GitHub↗27,722
عرض جميع البدائل الـ 30 لـ Easy Mock→

الأسئلة الشائعة

ما هي وظيفة easy-mock/easy-mock؟

Easy Mock is a tool for API mocking and simulation that allows for the creation of fake server responses using schemas. It enables the generation of mock API data and the implementation of OpenAPI specifications to align development with technical contracts.

ما هي الميزات الرئيسية لـ easy-mock/easy-mock؟

الميزات الرئيسية لـ easy-mock/easy-mock هي: API Mocking Servers, Mock Data Generators, Environment Bootstrapping, API Specification Importers, Mock Environment Generators, Environment Scaffolding, API Mocking, Collaborative API Workspaces.

ما هي البدائل مفتوحة المصدر لـ easy-mock/easy-mock؟

تشمل البدائل مفتوحة المصدر لـ easy-mock/easy-mock: mockoon/mockoon — Mockoon is an HTTP API simulation platform and design tool used to create fake API endpoints that simulate server… typicode/json-server — json-server is a development toolset used to simulate a full REST API from a JSON file. It functions as a customizable… miragejs/miragejs — Mirage JS is a browser-based mock server and client-side API simulator designed for JavaScript application… ymfe/yapi — yapi is an API management platform designed to coordinate the development of RESTful APIs between frontend, backend,… intuit/karate — Karate is an end-to-end testing framework and API test automation tool used to validate REST and SOAP APIs, drive… chimurai/http-proxy-middleware — This project is a Node.js HTTP reverse proxy middleware designed to route incoming HTTP and WebSocket traffic to…