JunWan
-
- 7,524 total downloads
- last updated 6/5/2026
- Latest version: 2.1.0
An open-source lightweight distributed messaging bus library (RabbitMQ). Add Service: services.AddDistributedMessage4RabbitMQ(configure => { configure.HostName = "localhost"; configure.VirtualHost = "/";... More information -
- 1,657 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 -
- 299 total downloads
- last updated 3/20/2025
- Latest version: 1.0.0
Open-source lightweight Snowflake ID generator