Document mitmweb architecture

Bug: https://github.com/mitmproxy/mitmproxy/issues/3925
This commit is contained in:
Lucas Ramage 2020-05-18 14:21:23 -04:00 committed by GitHub
parent 67372d26ae
commit 7854562883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,11 @@ and activate your virtualenv environment before proceeding.**
- Run `yarn` to install dependencies
- Run `yarn run gulp` to start live-compilation.
- Run `mitmweb` and open http://localhost:8081/
## Architecture
There are two components:
- Server: [`mitmproxy/tools/web`](../mitmproxy/tools/web)
- Client: `web`