Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 888 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 888 Bytes

Learning Wolverine

Practical samples of Wolverine based projects you can use.

Projects

A classic "ping/pong" sample of sending messages between two Wolverine processes using the TCP transport and uses the high performance MemoryPack for efficient serialization and deserialization of messages.

A classic "ping/pong" sample of sending messages between two Wolverine processes using Rabbit MQ. It also includes an example of code generation during Docker image creation and integration with Aspire.

Useful Links