3 个仓库
Rendering UI components entirely in the browser by downloading and executing a .NET runtime compiled to WebAssembly.
Distinguishing note: None of the candidates relate to WebAssembly-based client-side rendering; they focus on EPUB conversion, browser sync, encryption, and AI runtimes.
Explore 3 awesome GitHub repositories matching web development · Client-Side WebAssembly Rendering. Refine with filters or upvote what's useful.
Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it
Blazor downloads a runtime compiled to WebAssembly and executes code directly in the browser to handle UI rendering and interactions.
Remotely 是一个远程桌面管理套件和多租户设备编排器,旨在将用户和机器组织到隔离的组织中。它作为一个集中式系统,用于控制远程屏幕、在远程机器上执行脚本以及管理远程支持工单。 该平台的特色在于一个专门的远程会话归档器,它将桌面控制会话记录并保存到中央服务器,以供审计和安全审查。它还包括一个面向公众的支持门户,终端用户提交的请求会触发管理仪表板上的通知,此外还支持安装程序和支持客户端的自定义品牌化。 该系统涵盖了通过屏幕和输入控制进行的远程计算机管理、带历史记录追踪的 Shell 命令执行以及设备健康监控。安全性通过基于令牌的身份验证进行管理,并具备通过标识或地址封禁未经授权设备以触发自动卸载的功能。
Implements a client-side administrative dashboard and remote console rendered using Blazor WebAssembly.
This is an ASP.NET Core UI framework and Blazor component library designed for building web applications. It provides a collection of reusable UI building blocks and standardized web components centered around the Fluent UI design system. The toolkit features a design token system for customizing visual styles and personalization to maintain interface consistency. It includes a high-performance data grid component capable of rendering large datasets fetched asynchronously from remote API sources. The framework covers a broad range of interface needs, including a centralized notification syst
Implements UI logic and component rendering directly in the browser using the WebAssembly runtime.