Skip to content

Commit

Permalink
added network bus in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stanipetrosyan committed May 8, 2024
1 parent e7aad21 commit 5307efc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ eventbus.Channel("topic1").Processor(func(message goeventbus.Message) bool {
})
```

## Network Bus

A Network bus create a tcp connection between different services.

NetworkBus is a wrapper of local eventbus.

A simple server/client example is in `examples/networkbus` directory.




Expand Down

0 comments on commit 5307efc

Please sign in to comment.