An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : azuredistributedservice

The AzureDistributedService library provides a framework for making remote procedure calls (RPC) from front-end clients (WebRoles/WebSites) to back-end VMs (WorkerRoles) using Azure Storage Queues. The system is easy to set-up and the calls look like simple RPC calls. The system internally uses .NET 4.5+ async-await pattern to allow even a pair Extra Small front-end VMs to handle hundreds of simultaneous requests. And because the front-end communicates with the back-end through an Azure Storage Queue, the worker VMs can be auto-scaled trivially using Azure's built in auto-scaling.

Registry - Source - JSON
purl: pkg:nuget/azuredistributedservice
Keywords: Azure , Storage , Compute , RPC , WebRole , WorkerRole , Auto , Scale , Queue , Virtual , Machine , Async , Await
License: MIT
Latest release: almost 11 years ago
First release: almost 11 years ago
Downloads: 8,122 total
Stars: 6 on GitHub
Forks: 3 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...