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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to micromata/http-fake-backend

Projects sharing features with Http Fake Backend

30 open-source projects similar to micromata/http-fake-backend, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • typicode/json-servertypicode avatar

    typicode/json-server

    75,614View on 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
    View on GitHub↗75,614
  • sinedied/smokesinedied avatar

    sinedied/smoke

    207View on GitHub↗

    Just drop a bunch of (JSON) files in a folder and you're ready to go!

    JavaScript
    View on GitHub↗207
  • miragejs/miragejsmiragejs avatar

    miragejs/miragejs

    5,527View on 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
    View on GitHub↗5,527
  • easy-mock/easy-mockeasy-mock avatar

    easy-mock/easy-mock

    9,026View on GitHub↗

    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 re

    JavaScriptdata-generatoreasy-mockjavascript
    View on GitHub↗9,026

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • aderyabin/snifferaderyabin avatar

    aderyabin/sniffer

    584View on GitHub↗
    Rubyhttprubysniffer
    View on GitHub↗584
  • agiledragon/gomonkeyagiledragon avatar

    agiledragon/gomonkey

    2,257View on GitHub↗

    gomonkey is a library to make monkey patching in unit tests easy

    Gofunctionfunction-variableglobal-variable
    View on GitHub↗2,257
  • ackee-blockchain/tridentAckee-Blockchain avatar

    Ackee-Blockchain/trident

    392View on GitHub↗

    Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.

    Rust
    View on GitHub↗392
  • airbnb/okreplayA

    airbnb/okreplay

    0View on GitHub↗
    View on GitHub↗0
  • adamluzsi/testcaseA

    adamluzsi/testcase

    0View on GitHub↗
    View on GitHub↗0
  • airspeed-velocity/asvairspeed-velocity avatar

    airspeed-velocity/asv

    1,006View on GitHub↗

    airspeed velocity

    Python
    View on GitHub↗1,006
  • airstruck/knifeairstruck avatar

    airstruck/knife

    515View on GitHub↗

    A collection of useful micro-modules for Lua.

    Lua
    View on GitHub↗515
  • alco/mix-erlang-tasksalco avatar

    alco/mix-erlang-tasks

    21View on GitHub↗

    Common tasks for Erlang projects that use Mix

    Elixir
    View on GitHub↗21
  • alex-seville/blanketalex-seville avatar

    alex-seville/blanket

    1,396View on GitHub↗

    blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.

    JavaScript
    View on GitHub↗1,396
  • alexei-led/pumbaalexei-led avatar

    alexei-led/pumba

    3,051View on GitHub↗

    Chaos testing, network emulation, and stress testing tool for containers

    Go
    View on GitHub↗3,051
  • alibaba/uirecorderalibaba avatar

    alibaba/uirecorder

    2,073View on GitHub↗

    UI Recorder is multi-platform UI test case recorder like Selenium IDE but more powerful than Selenium IDE!

    JavaScript
    View on GitHub↗2,073
  • aio-libs/aiohttpaio-libs avatar

    aio-libs/aiohttp

    16,351View on GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    Pythonaiohttpasyncasyncio
    View on GitHub↗16,351
  • alfert/propcheckalfert avatar

    alfert/propcheck

    393View on GitHub↗

    Property based Testing for Elixir (based upon PropEr)

    Elixir
    View on GitHub↗393
  • alicebob/miniredisalicebob avatar

    alicebob/miniredis

    3,560View on GitHub↗

    Pure Go Redis server for Go unittests

    Gogoredisunittest
    View on GitHub↗3,560
  • alisoftware/ohhttpstubsAliSoftware avatar

    AliSoftware/OHHTTPStubs

    5,068View on GitHub↗

    OHHTTPStubs is an HTTP network mocking library and request interceptor used to simulate server responses for testing application behavior without a live backend. It functions as a network request stubbing tool that captures outgoing network calls and replaces them with predefined mock data, custom status codes, and headers. The library distinguishes itself through its ability to simulate a wide range of network conditions, including artificial latency and connection failures. It supports dynamic response sequencing, allowing the tool to return a series of different responses for the same requ

    Objective-Ciosmockmock-server
    View on GitHub↗5,068
  • alkass/polishAlkass avatar

    Alkass/polish

    59View on GitHub↗

    Testing Framework for Rust

    Rustrusttest-driven-developmenttesting-framework
    View on GitHub↗59
  • americanexpress/jest-image-snapshotamericanexpress avatar

    americanexpress/jest-image-snapshot

    3,913View on GitHub↗

    jest-image-snapshot is a Node.js image testing library and visual comparison engine designed for visual regression testing within Jest. It provides a custom matcher to compare current images against baseline snapshots to identify pixel differences. The tool generates image diffs that highlight specific divergences between baseline and received snapshots. It includes mechanisms to update baseline images when changes are approved and allows for sensitivity tuning via pixel count, percentage thresholds, or blur to ignore noise. The library covers image snapshot management, including custom stor

    JavaScript
    View on GitHub↗3,913
  • angular/protractorangular avatar

    angular/protractor

    8,694View on GitHub↗

    Protractor is a WebDriver-based end-to-end testing framework and browser automation tool. It serves as a frontend integration test suite used to verify web application flows by simulating user behavior and executing JavaScript within a browser. The framework is specifically designed for testing Angular applications, providing specialized locators and synchronization tools that align with the framework lifecycle. It distinguishes itself through automatic test step synchronization, which pauses execution until pending page tasks are completed to ensure stable browser execution. The tool covers

    JavaScriptangularend-to-endjavascript
    View on GitHub↗8,694
  • anthonylloyd/cscheckAnthonyLloyd avatar

    AnthonyLloyd/CsCheck

    205View on GitHub↗

    Random testing library for C#

    C#causal-profilingconcurrency-testingmetamorphic-testing
    View on GitHub↗205
  • antonmi/especantonmi avatar

    antonmi/espec

    816View on GitHub↗

    Elixir Behaviour Driven Development

    Elixir
    View on GitHub↗816
  • antp/kovacsantp avatar

    antp/kovacs

    4View on GitHub↗

    Download the latest release (or clone) the repository and build Kovacs with:

    Elixir
    View on GitHub↗4
  • apache/cassandra-harryA

    apache/cassandra-harry

    0View on GitHub↗
    View on GitHub↗0
  • apache/jmeterapache avatar

    apache/jmeter

    9,233View on GitHub↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Javajavaperformancetest
    View on GitHub↗9,233
  • apiel/test-crawlerapiel avatar

    apiel/test-crawler

    33View on GitHub↗

    ★ Online documentation ★

    TypeScript
    View on GitHub↗33
  • apple/swift-corelibs-xctestapple avatar

    apple/swift-corelibs-xctest

    1,186View on GitHub↗

    The XCTest Project, A Swift core library for providing unit test support

    Swift
    View on GitHub↗1,186
  • alexfernandez/loadtestalexfernandez avatar

    alexfernandez/loadtest

    2,633View on GitHub↗

    Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.

    JavaScript
    View on GitHub↗2,633