3 repository-uri
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.
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.
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.
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.