BlazorLiveView Documentation
BlazorLiveView is a real-time screen sharing library for ASP.NET Core Blazor Server applications. It enables remote viewing of user sessions for debugging or remote assistance purposes. It is similar to remote desktop tools like TeamViewer, but native to Blazor Server applications.
It works by intercepting the Blazor Server rendering pipeline and replicating component states.
Next Steps
Begin with the Setup Guide to integrate BlazorLiveView into your application.