{"id":31555911,"url":"https://github.com/microsurging/dotnetty","last_synced_at":"2025-10-04T22:14:54.430Z","repository":{"id":300388330,"uuid":"1005318063","full_name":"microsurging/DotNetty","owner":"microsurging","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-09T00:56:10.000Z","size":1540,"stargazers_count":34,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T11:46:00.472Z","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/microsurging.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,"zenodo":null}},"created_at":"2025-06-20T03:32:31.000Z","updated_at":"2025-09-15T19:52:13.000Z","dependencies_parsed_at":"2025-07-16T01:49:17.895Z","dependency_job_id":"b6153621-fb88-4bda-9162-448feed09198","html_url":"https://github.com/microsurging/DotNetty","commit_stats":null,"previous_names":["microsurging/dotnetty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/microsurging/DotNetty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsurging%2FDotNetty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsurging%2FDotNetty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsurging%2FDotNetty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsurging%2FDotNetty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsurging","download_url":"https://codeload.github.com/microsurging/DotNetty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsurging%2FDotNetty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278381894,"owners_count":25977449,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-04T22:14:52.842Z","updated_at":"2025-10-04T22:14:54.423Z","avatar_url":"https://github.com/microsurging.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotNetty Project\n[![Available on NuGet https://www.nuget.org/packages?q=NioDotNetty](https://img.shields.io/nuget/v/NioDotNetty.Common.svg?style=flat-square)](https://www.nuget.org/packages?q=NioDotNetty)\n\n[DotNetty](https://github.com/Azure/DotNetty) is a port of [Netty](https://github.com/netty/netty), This project is derived from the SpanNetty project and continues to be improved, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers \u0026 clients.\n\n## Use\nDefault TaskScheduler\n``` \n                _bossEventExecutor = new MultithreadEventLoopGroup(1);\n                _workEventExecutor = new MultithreadEventLoopGroup();\n\n//Libuv\n                var dispatcher = new DispatcherEventLoopGroup();\n                _bossEventExecutor = dispatcher;\n                _workEventExecutor = new WorkerEventLoopGroup(dispatcher);\n            } \n```\n\nAlone TaskScheduler\n``` \n                         _bossEventExecutor = new MultithreadEventLoopGroup(1,TaskSchedulerType.Alone);\n               _workEventExecutor = new MultithreadEventLoopGroup(TaskSchedulerType.Alone);\n\n//Libuv\n                var dispatcher = new DispatcherEventLoopGroup(TaskSchedulerType.Alone);\n                _bossEventExecutor = dispatcher;\n                _workEventExecutor = new WorkerEventLoopGroup(dispatcher,TaskSchedulerType.Alone);\n            } \n```\n\nThe Alone TaskScheduler is used to handle time-consuming task scheduling and requires manual configuration \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosurging%2Fdotnetty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosurging%2Fdotnetty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosurging%2Fdotnetty/lists"}