{"id":23053409,"url":"https://github.com/tpeczek/dotnet-server-timing","last_synced_at":"2025-04-12T22:36:43.251Z","repository":{"id":21676619,"uuid":"93739100","full_name":"tpeczek/dotnet-server-timing","owner":"tpeczek","description":"Libraries that simplify the onboarding of Server Timing API (a convenient way to communicate performance metrics about the request-response cycle) in .NET projects.","archived":false,"fork":false,"pushed_at":"2025-01-15T11:46:02.000Z","size":1089,"stargazers_count":61,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-04T02:08:31.988Z","etag":null,"topics":["asp-net-core","azure-functions","perfomance","server-timing"],"latest_commit_sha":null,"homepage":"https://tpeczek.github.io/dotnet-server-timing/","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/tpeczek.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"tpeczek"}},"created_at":"2017-06-08T10:53:33.000Z","updated_at":"2025-02-04T09:08:44.000Z","dependencies_parsed_at":"2023-01-13T21:37:42.405Z","dependency_job_id":"88732864-fa88-4869-8037-f277293f4738","html_url":"https://github.com/tpeczek/dotnet-server-timing","commit_stats":null,"previous_names":["tpeczek/lib.aspnetcore.servertiming"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpeczek%2Fdotnet-server-timing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpeczek%2Fdotnet-server-timing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpeczek%2Fdotnet-server-timing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpeczek%2Fdotnet-server-timing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpeczek","download_url":"https://codeload.github.com/tpeczek/dotnet-server-timing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248642949,"owners_count":21138352,"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":["asp-net-core","azure-functions","perfomance","server-timing"],"created_at":"2024-12-16T00:18:06.820Z","updated_at":"2025-04-12T22:36:43.230Z","avatar_url":"https://github.com/tpeczek.png","language":"C#","funding_links":["https://github.com/sponsors/tpeczek"],"categories":[],"sub_categories":[],"readme":"# Server Timing API support for .NET\n[![NuGet Version](https://img.shields.io/nuget/v/Lib.AspNetCore.ServerTiming?label=Lib.AspNetCore.ServerTiming\u0026logo=nuget)](https://www.nuget.org/packages/Lib.AspNetCore.ServerTiming)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.AspNetCore.ServerTiming?label=⭳)](https://www.nuget.org/packages/Lib.AspNetCore.ServerTiming)\n\n[![NuGet Version](https://img.shields.io/nuget/v/Lib.Azure.Functions.Worker.ServerTiming?label=Lib.Azure.Functions.Worker.ServerTiming\u0026logo=nuget)](https://www.nuget.org/packages/Lib.Azure.Functions.Worker.ServerTiming)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/Lib.Azure.Functions.Worker.ServerTiming?label=⭳)](https://www.nuget.org/packages/Lib.Azure.Functions.Worker.ServerTiming)\n\nServer Timing API provides a convenient way to communicate performance metrics about the request-response cycle to the user agent (which conveniently includes developer tools in the browser). Here you can find a set of libraries that simplify the onboarding of Server Timing API in .NET projects:\n- Lib.AspNetCore.ServerTiming for ASP.NET Core\n- Lib.Azure.Functions.Worker.ServerTiming for isolated worker process Azure Functions\n\n## Installation\n\nAll libraries are available as NuGet packages.\n\n```\nPM\u003e  Install-Package Lib.AspNetCore.ServerTiming\n```\n\n```\nPM\u003e  Install-Package Lib.Azure.Functions.Worker.ServerTiming\n```\n\nOnce you install the correct library for your scenario, please refer to \"Getting Started\" article which will get you further:\n- [Getting Started (ASP.NET Core)](https://tpeczek.github.io/dotnet-server-timing/articles/getting-started-aspnetcore.html)\n- [Getting Started (Isolated Worker Process Azure Functions)](https://tpeczek.github.io/dotnet-server-timing/articles/getting-started-azurefunctions.html)\n\n## Demos\n\nThe project repository contains demos for the libraries:\n- [ASP.NET Core](https://github.com/tpeczek/Lib.AspNetCore.ServerTiming/tree/main/demos/Demo.AspNetCore.ServerTiming)\n- [Isolated Worker Process Azure Functions](https://github.com/tpeczek/Lib.AspNetCore.ServerTiming/tree/main/demos/Demo.Azure.Functions.Worker.ServerTiming)\n\n## Additional Resources\n\nThere are some blog posts available which describe implementation details:\n\n- [Feeding Server Timing API from ASP.NET Core](https://www.tpeczek.com/2017/06/feeding-server-timing-api-from-aspnet.html)\n- [Little Known ASP.NET Core Features - HTTP Trailers](https://www.tpeczek.com/2020/09/little-known-aspnet-core-features-http.html)\n\n## Donating\n\nMy blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).\n\n## Copyright and License\n\nCopyright © 2017 - 2025 Tomasz Pęczek\n\nLicensed under the [MIT License](https://github.com/tpeczek/Lib.AspNetCore.ServerTiming/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpeczek%2Fdotnet-server-timing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpeczek%2Fdotnet-server-timing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpeczek%2Fdotnet-server-timing/lists"}