From a4b2e568921437f0e6d4118bd01fad777598d05c Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:22:02 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebac1dd..c6c0fb1 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ RemoteExec is a distributed computing platform that allows you to execute C# methods remotely across multiple servers using SignalR. -It enables seamless execution of static C# methods across multiple remote servers, featuring automatic load balancing, failover, real-time metrics, API key authentication. -RemoteExec aims to make it easy to scale compute workloads or distribute jobs—no cloud lock-in and no complex configuration. +It enables seamless execution of static C# methods across multiple remote servers, featuring automatic load balancing, failover, real-time metrics and API key authentication. +RemoteExec aims to make it easy to scale compute workloads or distribute jobs, no cloud lock-in and no complex configuration. **Possible use cases include:** - Parallel scientific/data computing - Scaling out microservices and custom workflows - Running distributed jobs in CI/CD pipelines -- Remotely triggering trusted code in a secure and observable way ## Usage