{"id":16098878,"url":"https://github.com/devgopher/orleanswebserver","last_synced_at":"2025-04-05T22:43:36.784Z","repository":{"id":83084835,"uuid":"370829375","full_name":"devgopher/OrleansWebServer","owner":"devgopher","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-29T18:44:42.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-03-12T17:18:26.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devgopher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-25T21:15:30.000Z","updated_at":"2021-10-07T07:53:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a5ee687-5853-4c63-b446-61f75b583268","html_url":"https://github.com/devgopher/OrleansWebServer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgopher%2FOrleansWebServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgopher%2FOrleansWebServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgopher%2FOrleansWebServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgopher%2FOrleansWebServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgopher","download_url":"https://codeload.github.com/devgopher/OrleansWebServer/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T18:24:57.563Z","updated_at":"2025-04-05T22:43:36.766Z","avatar_url":"https://github.com/devgopher.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrleansWebServer\nRepresents a web server based on MS Orleans framework and intended for parallelizing requests processing to different grains and SILO's \n\n# Usage\nFor executing your requests you should make several steps:\n1. Define Request/Response classes (for example, MyRequest, MyResponse)\n2. Define your grains and interface for it (for example, MyGrain, IMyGrain) \n3. In a startup.cs you should register your request/response/grai in a such way:\n\n```\n    public void ConfigureServices(IServiceCollection services)\n    {\n        ...\n        services.AddOrleansWebServerForRequest\u003cMyRequest, MyResponse, MyGrain\u003e(Configuration);\n    }\n```\n\n4. Your grain should inherit from Orleans Grain class and implement your defined interface\n5. Your grain interface should inherit from IWebServerBackendGrain\u003cMyRequest, MyResponse\u003e interface\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgopher%2Forleanswebserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgopher%2Forleanswebserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgopher%2Forleanswebserver/lists"}