Skip to content

Commit 82f175b

Browse files
authored
Update README.md
1 parent 67da988 commit 82f175b

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
</p>
1212

1313
# Cleipnir.NET / Cleipnir Flows
14-
Cleipnir is a powerful **durable execution** .NET framework - ensuring your code will always execute to completion **correctly**.
15-
* Makes plain C#-code behave correctly after a crash, restart or suspension
16-
* Wait for external events directly inside your code
17-
* Suspend code execution for minutes, hours, weeks or longer
18-
* Cloud-agnostic - requires only a database
19-
* Great performance compared to cloud-based workflow orchestration
20-
* Scales horizontally with number of replicas
21-
* Built for ASP.NET / generic host service
22-
* Integrates easily with all message-brokers and service-buses
23-
* Removes the need for **saga-pattern** and **outbox-pattern**
24-
* Powerful alternative to job-schedulers (HangFire, Quartz)
14+
**Cleipnir.NET** is a powerful **durable execution** framework for .NET ensuring your code always completes correctly, even after **crashes** or **restarts**.
15+
* 💡**Crash-safe execution** - plain C# code automatically resumes after failures or redeployments.
16+
* ⏸️ **Wait for external events** - directly inside your code (without taking up resources)
17+
* **Suspend execution** - for seconds, minutes, or weeks — and continue seamlessly.
18+
* ☁️ **Cloud-agnostic** - runs anywhere, only needs a database.
19+
* **High performance** - significantly faster than cloud-based workflow orchestrators.
20+
* 📈 **Scales horizontally** - with replicas for high availability.
21+
* 🔌 **Built for ASP.NET and .NET Generic Host** - easy to integrate.
22+
* 📨 **Compatible with all message brokers and service buses.**
23+
* 🧩 **Eliminates complex patterns** - like the **Saga** and **Outbox**.
24+
* 🗓️ **A powerful job-scheduler alternative** - to traditional job schedulers (Hangfire, Quartz, etc.).
2525

2626
## Abstractions
2727
Cleipnir.NET provides the following 3 abstractions:

0 commit comments

Comments
 (0)