Skip to content

Commit

Permalink
Move architectural overview image to ws and http crate READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Feb 10, 2024
1 parent a7ad326 commit 6384e34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ More benchmark details are available [here](./documents/aquatic-udp-load-test-20
Please refer to the README pages for the respective implementations listed in
the table above.

## Architectural overview

![Architectural overview of aquatic](./documents/aquatic-architecture-2024.svg)

## Copyright and license

Copyright (c) Joakim Frostegård
Expand Down
4 changes: 4 additions & 0 deletions crates/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ Implements:
`aquatic_http` has not been tested as much as `aquatic_udp`, but likely works
fine in production.

## Architectural overview

![Architectural overview of aquatic](../../documents/aquatic-architecture-2024.svg)

## Copyright and license

Copyright (c) Joakim Frostegård
Expand Down
4 changes: 4 additions & 0 deletions crates/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ clients. Notes:
`aquatic_ws` has not been tested as much as `aquatic_udp`, but likely works
fine in production.

## Architectural overview

![Architectural overview of aquatic](../../documents/aquatic-architecture-2024.svg)

## Copyright and license

Copyright (c) Joakim Frostegård
Expand Down

0 comments on commit 6384e34

Please sign in to comment.