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 مع تتبع السجل، ومراقبة صحة الأجهزة. تتم إدارة الأمان عبر المصادقة القائمة على الرموز (Tokens) والقدرة على حظر الأجهزة غير المصرح بها عن طريق الهوية أو العنوان لتشغيل إلغاء التثبيت التلقائي.
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.