mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-07 07:46:29 +02:00
Update README.md
This commit is contained in:
@@ -6,15 +6,14 @@
|
|||||||
|
|
||||||
RemoteExec is a distributed computing platform that allows you to execute C# methods remotely across multiple servers using SignalR.
|
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.
|
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.
|
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:**
|
**Possible use cases include:**
|
||||||
|
|
||||||
- Parallel scientific/data computing
|
- Parallel scientific/data computing
|
||||||
- Scaling out microservices and custom workflows
|
- Scaling out microservices and custom workflows
|
||||||
- Running distributed jobs in CI/CD pipelines
|
- Running distributed jobs in CI/CD pipelines
|
||||||
- Remotely triggering trusted code in a secure and observable way
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user