API / Microservices
What are the three commonly used tools for Microservices?
Wiremock is a free and open Source tool for building mock APIs. Creates stable development environments, helps isolate yourself from flakey 3rd parties and simulate APIs that don't exist yet.
Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
Hystrix, is a library designed to control the interactions between these distributed services providing greater tolerance of latency and failure.
More Related questions...