Hoverfly vs Microcks
A side-by-side comparison of two self-hosted developer tools & git options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Hoverfly | Microcks |
|---|---|---|
| Deploy effort | Under-an-hour setup | Under-an-hour setup |
| Health score | 86 · Excellent | 86 · Excellent |
| Category | Developer Tools & Git | Developer Tools & Git |
| License | Apache-2.0 | Apache-2.0 |
| Language | Go | Java |
| Setup difficulty | Medium | Medium |
| Min. RAM | 128 MB | 1,024 MB |
| Deployment | docker, binary | docker, kubernetes, helm |
| GitHub stars | ★ 2,523 | ★ 2,048 |
| First released | 2016 | 2017 |
| Replaces | WireMock | Postman Mock, WireMock |
What are Hoverfly and Microcks?
Hoverfly
Hoverfly is a lightweight service virtualization tool that captures and simulates HTTP and HTTPS traffic for testing. It lets teams replace slow or unavailable dependencies with simulations.
- Capture and replay traffic
- Service virtualization
- Latency and fault simulation
- Lightweight Go binary
Microcks
Microcks is an open-source CNCF tool for mocking and testing APIs and microservices based on OpenAPI, AsyncAPI, and gRPC specs. It can be self-hosted to provide mocks and contract testing.
- Spec-driven mocks
- Contract testing
- AsyncAPI and gRPC support
- Kubernetes native
Hoverfly vs Microcks: key differences
Hoverfly is written in Go, while Microcks is built with Java. Hoverfly is the lighter option, starting around 128 MB of RAM against 1,024 MB for Microcks.
Why pick each one
Choose Hoverfly if…
- Released under the Apache-2.0 license
- First-class Docker support for quick deployment
- Active community (2.5k GitHub stars)
- Written in Go
Choose Microcks if…
- Released under the Apache-2.0 license
- First-class Docker support for quick deployment
- Kubernetes-ready with Helm charts available
- Active community (2k GitHub stars)
Frequently asked questions
Is Hoverfly or Microcks better?
Neither is universally better. Hoverfly has the larger community; both share a medium setup difficulty, so the decision comes down to features and licensing.
Are Hoverfly and Microcks free and open-source?
Yes. Hoverfly is licensed under Apache-2.0 and Microcks under Apache-2.0. Both can be self-hosted at no software cost.
Can I run Hoverfly and Microcks with Docker?
Hoverfly: yes. Microcks: yes.
Which is lighter on resources, Hoverfly or Microcks?
Hoverfly has the smaller minimum footprint at 128 MB of RAM, compared to about 1,024 MB for Microcks. Real-world usage depends on library size, user count, and enabled features.