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.
- Host: GitHub
- URL: https://github.com/seralaci/practical-wolverine
- Owner: seralaci
- License: mit
- Created: 2024-10-29T12:54:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:13:23.000Z (8 months ago)
- Last Synced: 2025-02-12T14:26:28.462Z (4 months ago)
- Topics: dotnet, dotnet-core, dotnetcore, messaging, wolverine
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)