An open API service indexing awesome lists of open source software.

https://github.com/seralaci/practical-wolverine

Practical samples of Wolverine based projects you can use. Readme contains explanations on all projects.
https://github.com/seralaci/practical-wolverine

dotnet dotnet-core dotnetcore messaging wolverine

Last synced: 2 months ago
JSON representation

Practical samples of Wolverine based projects you can use. Readme contains explanations on all projects.

Awesome Lists containing this project

README

        

# Learning Wolverine
Practical samples of **Wolverine** based projects you can use.

## Projects

#### [`PingPong`](projects/PingPong)

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.

#### [`PingPongWithRabbitMq`](projects/PingPongWithRabbitMq)

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
- [Wolverine GitHub](https://github.com/JasperFx/wolverine)
- [Wolverine Documentation](https://wolverine.netlify.app/tutorials/getting-started.html)
- [How to create a Docker image for the Marten application](https://event-driven.io/en/marten_and_docker/)