Nomirun SDK
Nomirun SDK
bundles a set of helpers, patterns and other useful code to help your team with standardization.

Nomirun comes bundled with the SDK and is available via a NuGet repository.
Here’s a quick overview of the major features:
- Use single way to make HTTP requests and integrating GRPC services
- Implement messaging patterns on top of AMQP brokers (RabbitMQ, LavinMQ, ActiveMQ) like Request-Response, Publish-Subscribe, Claim-Check and more.
- Different file storage services like Minio, Azure Storage, AWS S3, FTP, Local folder
- Sending email through SMTP, Sendgrid
- Journal Storage to make your HTTP requests (or any other service using DTOs) more resilient storing request objects to Journals using Redis, Etcd, SqlServer or Postgresql.
- Interceptors for logging and open telemetry
- Different helpers for hashing, encryption, qr code generation
- Auto registration of background jobs.
- Use of Etcd for distributed cache
- Authentication for client credential flows and ROPC for Keycloak, Entra ID, and IdentityServer4.
- Dynamic intermodule communication depending on where its run.
- and more.
Want to know more or have a feature you’d like added?
Contact us!