Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMWebb authored Oct 30, 2024
1 parent ea755a6 commit ffe77d7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RCommon is a cohesive set of libraries with abstractions for widely used impleme
1. Future proofing applications against changing architectural or infrastructure needs.
2. Solve common problems under the presentation layer. Presentation frameworks are something else entirely. We try to keep everything nice under the hood. Cross cutting concerns, persistence strategies, transaction management, event handling, and messaging is where we want to shine.
3. Code testability. We try to limit the "magic" used. Things like dependency injection are used but in a very straightforward manner. Unit tests, and integration tests should be implemented to the highest degree possible. Afterall, we want the applications you build on top of this to work :)
4. Last but not least - open source forever.
4. Last but not least - open source using permissive Apache2.0 licensingforever.

We track bugs, enhancement requests, new feature requests, and general issues on [GitHub Issues](https://github.com/Reactor2Team/RCommon/issues "GitHub Issues") and are very responsive. General "how to" and community support should be managed on [Stack Overflow](https://stackoverflow.com/questions/tagged/rcommon "Stack Overflow").

Expand All @@ -19,6 +19,8 @@ We track bugs, enhancement requests, new feature requests, and general issues on
* Event Sourcing (Coming Soon)
* Event Bus
* Message Bus
* Caching
* Serialization
* Generic Factory
* Guard
* Data Transfer Objects (DTO)
Expand All @@ -29,9 +31,11 @@ We track bugs, enhancement requests, new feature requests, and general issues on
* Message Bus: MassTransit, Wolverine
* Email: SMTP, SendGrid
* Validation: FluentValidation
* Caching: MemoryCache, Redis, Valkey
* Serialization: JSON.NET, System.Text.Json

## Documentation
We have begun maintaining and publishing our documentation at [https://docs.rcommon.com](https://docs.rcommon.com)
We are maintaining and publishing our documentation at [https://docs.rcommon.com](https://docs.rcommon.com)

## Stats
![Alt](https://repobeats.axiom.co/api/embed/15855081ce579ae0ea03577b9b5a6c2ae882fb7f.svg "Repobeats analytics image")

0 comments on commit ffe77d7

Please sign in to comment.