Skip to content

Commit

Permalink
Add flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Aug 31, 2023
1 parent 2563275 commit 8f7b196
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added .github/assets/flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Meteor is designed to fill the (physical) gap between application instances and remote services where applications need to interface with a service that may be available locally or be provided by a remote JVM instance.
It allows you to write your application against your interface as if it's local code and either supply the implementation locally (like you would with any other interface) or tunnel it through a transport layer (like Redis), without needing to design API specifications or write any networking logic.

<p align="center">
<img src=".github/assets/flow.png" />
</p>


# Usage
Let's say that you have an interface like this;
```java
Expand Down

0 comments on commit 8f7b196

Please sign in to comment.