JunWan
-
- 7,048 total downloads
- last updated 10/2/2025
- Latest version: 2.0.0
An open-source lightweight distributed messaging bus library (RabbitMQ). Add Service: services.AddDistributedMessage4RabbitMQ(configure => { configure.HostName = "localhost"; configure.VirtualHost =... More information -
- 1,524 total downloads
- last updated 12/7/2025
- Latest version: 1.0.5
Open-source Lightweight Distributed Lock Library (Based on Redis) Usageļ¼ // IDistributedLock using (var handle = await distributedLock.TryAcquireAsync("Foo")) { if (handle != null) { // Write your... More information -
- 261 total downloads
- last updated 3/20/2025
- Latest version: 1.0.0
Open-source lightweight Snowflake ID generator