awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesByte Array Transfers

Passes binary data between .NET and JavaScript as byte arrays without Base64 encoding overhead.

Distinct from JavaScript Interop: Distinct from general JavaScript Interop: focuses specifically on efficient byte array transfer, not general data/function exchange.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Byte Array Transfers. Refine with filters or upvote what's useful.

Awesome Byte Array Transfers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dotnet/blazorAvatar von dotnet

    dotnet/blazor

    9,276Auf GitHub ansehen↗

    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

    Provides efficient byte array transfer between .NET and JavaScript without Base64 encoding overhead.

    PowerShell
    Auf GitHub ansehen↗9,276
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Interop
  4. Byte Array Transfers