awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesClient-Side WebAssembly Rendering

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.

Awesome Client-Side WebAssembly Rendering GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dotnet/blazordotnet का अवतार

    dotnet/blazor

    9,276GitHub पर देखें↗

    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.

    PowerShell
    GitHub पर देखें↗9,276
  • immense/remotelyimmense का अवतार

    immense/Remotely

    5,060GitHub पर देखें↗

    Remotely एक रिमोट डेस्कटॉप मैनेजमेंट सुइट और मल्टी-टेनेंट डिवाइस ऑर्केस्ट्रेटर है जिसे उपयोगकर्ताओं और मशीनों को अलग-अलग संगठनों में व्यवस्थित करने के लिए डिज़ाइन किया गया है। यह रिमोट स्क्रीन को नियंत्रित करने, दूरस्थ मशीनों पर स्क्रिप्ट निष्पादित करने और रिमोट सपोर्ट टिकटिंग को मैनेज करने के लिए एक सेंट्रलाइज्ड सिस्टम के रूप में कार्य करता है। यह प्लेटफॉर्म एक समर्पित रिमोट सेशन आर्काइवर के माध्यम से खुद को अलग बनाता है जो ऑडिटिंग और सुरक्षा समीक्षा के लिए डेस्कटॉप कंट्रोल सेशन को रिकॉर्ड करके एक सेंट्रल सर्वर पर सेव करता है। इसमें एक पब्लिक-फेसिंग सपोर्ट पोर्टल भी शामिल है जहाँ एंड-यूज़र अनुरोध सबमिट करते हैं जो एडमिनिस्ट्रेटिव डैशबोर्ड पर नोटिफिकेशन ट्रिगर करते हैं। सिस्टम स्क्रीन और इनपुट कंट्रोल, हिस्ट्री ट्रैकिंग के साथ शेल कमांड निष्पादन और डिवाइस हेल्थ मॉनिटरिंग के माध्यम से रिमोट कंप्यूटर एडमिनिस्ट्रेशन को कवर करता है।

    Implements a client-side administrative dashboard and remote console rendered using Blazor WebAssembly.

    C#
    GitHub पर देखें↗5,060
  • microsoft/fast-blazormicrosoft का अवतार

    microsoft/fast-blazor

    4,764GitHub पर देखें↗

    यह एक ASP.NET Core UI फ्रेमवर्क और Blazor कंपोनेंट लाइब्रेरी है जिसे वेब एप्लिकेशन बनाने के लिए डिज़ाइन किया गया है। यह Fluent UI डिज़ाइन सिस्टम पर केंद्रित पुन: प्रयोज्य UI बिल्डिंग ब्लॉक्स और मानकीकृत वेब कंपोनेंट्स का संग्रह प्रदान करता है। टूलकिट में इंटरफ़ेस स्थिरता बनाए रखने के लिए दृश्य शैलियों और वैयक्तिकरण को अनुकूलित करने के लिए एक डिज़ाइन टोकन सिस्टम है। इसमें एक उच्च-प्रदर्शन वाला डेटा ग्रिड कंपोनेंट शामिल है जो रिमोट API स्रोतों से एसिंक्रोनस रूप से फ़ेच किए गए बड़े डेटासेट को रेंडर करने में सक्षम है। फ्रेमवर्क इंटरफ़ेस आवश्यकताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें टोस्ट, टूलटिप्स और डायलॉग बॉक्स के प्रबंधन के लिए एक केंद्रीकृत अधिसूचना प्रणाली शामिल है। यह एप्लिकेशन में एक सुसंगत दृश्य भाषा और एक्सेसिबिलिटी सुनिश्चित करने के लिए सिस्टम आइकन और इमोजी के लिए एकीकृत सपोर्ट भी प्रदान करता है।

    Implements UI logic and component rendering directly in the browser using the WebAssembly runtime.

    C#
    GitHub पर देखें↗4,764
  1. Home
  2. Web Development
  3. Client-Side WebAssembly Rendering