{"id":24151374,"url":"https://github.com/xaviersolau/blazorheartbeat","last_synced_at":"2025-09-19T18:31:01.960Z","repository":{"id":54056883,"uuid":"303504441","full_name":"xaviersolau/BlazorHeartbeat","owner":"xaviersolau","description":"BlazorHeartbeat is a Blazor component that maintains the SignalR connection in a Server side Blazor application. It is particularly useful when your application is hosted behind an Application Gateway with a connection timeout.","archived":false,"fork":false,"pushed_at":"2021-03-09T23:28:04.000Z","size":230,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-01T04:55:18.164Z","etag":null,"topics":["blazor","blazor-server","dotnet","heartbeat","signalr","timeout"],"latest_commit_sha":null,"homepage":"","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/xaviersolau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-12T20:23:13.000Z","updated_at":"2023-08-16T04:43:36.000Z","dependencies_parsed_at":"2022-08-13T06:20:41.027Z","dependency_job_id":null,"html_url":"https://github.com/xaviersolau/BlazorHeartbeat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xaviersolau/BlazorHeartbeat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaviersolau%2FBlazorHeartbeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaviersolau%2FBlazorHeartbeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaviersolau%2FBlazorHeartbeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaviersolau%2FBlazorHeartbeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaviersolau","download_url":"https://codeload.github.com/xaviersolau/BlazorHeartbeat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaviersolau%2FBlazorHeartbeat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275982502,"owners_count":25564149,"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-09-19T02:00:09.700Z","response_time":108,"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":["blazor","blazor-server","dotnet","heartbeat","signalr","timeout"],"created_at":"2025-01-12T09:15:20.215Z","updated_at":"2025-09-19T18:31:01.486Z","avatar_url":"https://github.com/xaviersolau.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BlazorHeartbeat\n[![Build - CI](https://github.com/xaviersolau/BlazorHeartbeat/workflows/Build%20-%20CI/badge.svg)](https://github.com/xaviersolau/BlazorHeartbeat/actions?query=workflow%3A%22Build+-+CI%22)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![NuGet Beta](https://img.shields.io/nuget/vpre/SoloX.BlazorHeartbeat.svg)](https://www.nuget.org/packages/SoloX.BlazorHeartbeat)\n\nBlazorHeartbeat is a Blazor component that maintains the SignalR connection in a Server side Blazor application.\nIt is particularly useful when your application is hosted behind an Application Gateway with a connection timeout.\n\nDon't hesitate to post issue, pull request on the project or to fork and improve the project.\n\n## License and credits\n\nBlazorHeartbeat project is written by Xavier Solau. It's licensed under the MIT license.\n\n * * *\n\n## Installation\n\nYou can checkout this Github repository or you can use the NuGet package:\n\n**Install using the command line from the Package Manager:**\n```bash\nInstall-Package SoloX.BlazorHeartbeat -version 1.0.0\n```\n\n**Install using the .Net CLI:**\n```bash\ndotnet add package SoloX.BlazorHeartbeat --version 1.0.0\n```\n\n**Install editing your project file (csproj):**\n```xml\n\u003cPackageReference Include=\"SoloX.BlazorHeartbeat\" Version=\"1.0.0\" /\u003e\n```\n\n## How to use it\n\nNote that you can find code examples in this repository in this location: `src/examples`.\n\nBasically, all you need to do is to add the `Heartbeat` element at the end of the `App.rasor`\nfile in your Blazor Server-Side application.\nYou can optionally specify the PingDelay.\n\n```html\n\u003cHeartbeat PingDelay=\"60000\" /\u003e\n```\n\nDon't forget to add the using directive in the `_Imports.razor` file:\n\n```razor\n@using SoloX.BlazorHeartbeat\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaviersolau%2Fblazorheartbeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaviersolau%2Fblazorheartbeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaviersolau%2Fblazorheartbeat/lists"}