{"id":29637646,"url":"https://github.com/stratdev3/simplew","last_synced_at":"2026-04-17T16:01:29.351Z","repository":{"id":214115724,"uuid":"714632370","full_name":"stratdev3/SimpleW","owner":"stratdev3","description":"Modern Web Server  for .NET. Designed for Simplicity. Built for Speed.","archived":false,"fork":false,"pushed_at":"2026-04-11T13:52:51.000Z","size":9270,"stargazers_count":93,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-04-11T15:27:15.864Z","etag":null,"topics":["api","dotnet","http","http-server","https","performance","rest","restapi","sse","webserver","websocket","websocket-server"],"latest_commit_sha":null,"homepage":"https://simplew.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stratdev3.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-05T12:58:38.000Z","updated_at":"2026-04-09T16:02:19.000Z","dependencies_parsed_at":"2023-12-26T01:27:13.721Z","dependency_job_id":"41f5f51d-53a0-4f12-9a82-3a638bc5e67f","html_url":"https://github.com/stratdev3/SimpleW","commit_stats":null,"previous_names":["stratdev3/simplew"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/stratdev3/SimpleW","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratdev3%2FSimpleW","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratdev3%2FSimpleW/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratdev3%2FSimpleW/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratdev3%2FSimpleW/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stratdev3","download_url":"https://codeload.github.com/stratdev3/SimpleW/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stratdev3%2FSimpleW/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31935697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","dotnet","http","http-server","https","performance","rest","restapi","sse","webserver","websocket","websocket-server"],"created_at":"2025-07-21T19:01:02.201Z","updated_at":"2026-04-17T16:01:29.345Z","avatar_url":"https://github.com/stratdev3.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleW\n\n[![website](https://raw.githubusercontent.com/stratdev3/SimpleW/refs/heads/master/documentation/simplew/docs/public/simplew-og.png)](https://simplew.net)\n\n[![NuGet Package](https://img.shields.io/nuget/v/SimpleW)](https://www.nuget.org/packages/SimpleW)\n![NuGet Downloads](https://img.shields.io/nuget/dt/SimpleW)\n[![License](https://img.shields.io/badge/License-MIT-green.svg)](licence)\n\u003cbr/\u003e\n[![Linux](https://github.com/stratdev3/SimpleW/actions/workflows/build-linux.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-linux.yml)\n[![MacOS](https://github.com/stratdev3/SimpleW/actions/workflows/build-macos.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-macos.yml)\n[![Windows (Visual Studio)](https://github.com/stratdev3/SimpleW/actions/workflows/build-windows.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-windows.yml)\n\n\n### Getting Started\n\nThe minimal API\n\n```cs\nusing System;\nusing System.Net;\nusing SimpleW;\nusing SimpleW.Observability;\n\nnamespace Sample {\n    class Program {\n\n        static async Task Main() {\n\n            // debug log\n            Log.SetSink(Log.ConsoleWriteLine, LogLevel.Debug);\n\n            // listen to all IPs port 2015\n            var server = new SimpleWServer(IPAddress.Any, 2015);\n\n            // minimal api\n            server.MapGet(\"/api/test\", () =\u003e {\n                return new { message = \"Hello World !\" };\n            });\n\n            // start a blocking background server\n            await server.RunAsync();\n        }\n    }\n\n}\n```\n\n## Documentation\n\nTo check out docs, visit [simplew.net](https://simplew.net).\n\n## Changelog\n\nDetailed changes for each release are documented in the [CHANGELOG](https://github.com/stratdev3/SimpleW/blob/master/release.md).\n\n## Contribution\n\nFeel free to report issue.\n\n## License\nThis library is under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratdev3%2Fsimplew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstratdev3%2Fsimplew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstratdev3%2Fsimplew/lists"}