Skip to main content

Architecture

proxymock utilizes a proxy to capture traffic to and from your application.

Get a feel for the shape your local system with various proxymock configurations:

This is probably close what your setup looks like. A client making requests to your app's API (listening on port 8080 in this case) and your app making requests to various other services, APIs, databases, etc.

dependencies(other service, API, database)your-app[port: 8080]client