awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesREST API Mock Servers

Servers that simulate RESTful endpoints and HTTP responses to enable development without a backend.

Distinct from REST API Integrations: None of the candidates represent a general-purpose mock server; most are for specific domains like OCR or pipelines.

Explore 3 awesome GitHub repositories matching development tools & productivity · REST API Mock Servers. Refine with filters or upvote what's useful.

Awesome REST API Mock Servers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • typicode/jsonplaceholderAvatar typicode

    typicode/jsonplaceholder

    5,244Vezi pe GitHub↗

    JSONPlaceholder este un server mock API REST și un serviciu de mocking JSON care oferă un sandbox de dezvoltare frontend găzduit. Acesta funcționează ca un backend fals care returnează răspunsuri JSON predefinite pentru a simula un API REST pentru dezvoltare și testare. Serviciul suportă partajarea resurselor cross-origin, permițând testarea integrărilor API din diferite domenii de browser. Permite simularea operațiunilor CRUD și recuperarea datelor mock fără a necesita o bază de date live. Sistemul mapează tiparele URL către un magazin de date static bazat pe JSON și gestionează cererile stateless. Include capabilități pentru filtrarea prin parametri de interogare și maparea resurselor imbricate pentru a simula structuri de date relaționale one-to-many.

    Implements a mock server that provides predefined resources and standard HTTP verbs to simulate a backend.

    HTMLapifakeonline
    Vezi pe GitHub↗5,244
  • dreamhead/mocoAvatar dreamhead

    dreamhead/moco

    4,446Vezi pe GitHub↗

    moco is a multi-protocol mock server and programmable API stub used to simulate HTTP, REST, WebSocket, and Server-Sent Events endpoints. It enables the creation of fake backend services to facilitate development and integration testing without requiring a live server. The project distinguishes itself through its ability to act as a network traffic replay tool, capturing real request-response pairs via a proxy and playing them back locally. It also supports bidirectional communication simulations, including WebSocket server simulation and SSE stream simulation with configurable delivery delays

    Simulates RESTful endpoints by mapping resource paths and HTTP methods to predefined responses.

    Java
    Vezi pe GitHub↗4,446
  • abhinavsingh/proxy.pyAvatar abhinavsingh

    abhinavsingh/proxy.py

    3,533Vezi pe GitHub↗

    proxy.py is a lightweight, dependency-free HTTP and reverse proxy framework built in Python that handles network traffic through asynchronous event loops and multi-core connection distribution. It acts as a customizable proxy server and embedded web server, allowing developers to inspect, route, and modify web traffic programmatically or via command-line execution wrappers. The platform provides in-flight TLS interception and traffic decryption using generated root certificates, alongside modular extension hooks that support custom dashboard interfaces, request handling plugins, and REST API

    Simulates backend responses for server endpoints to test client application behavior without running a live upstream server.

    Pythondns-over-httpsgfwhttp-proxy
    Vezi pe GitHub↗3,533
  1. Home
  2. Development Tools & Productivity
  3. REST API Mock Servers