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

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

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

10 रिपॉजिटरी

Awesome GitHub RepositoriesStream Writes to JavaScript

Capabilities for sending .NET streams directly to JavaScript as ArrayBuffer or ReadableStream without Base64 encoding overhead.

Distinct from JavaScript Interop: Distinct from general JavaScript Interop: focuses on writing streams from .NET to JavaScript, not general function invocation.

Explore 10 awesome GitHub repositories matching programming languages & runtimes · Stream Writes to JavaScript. Refine with filters or upvote what's useful.

Awesome Stream Writes to JavaScript GitHub Repositories

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

    adambard/learnxinyminutes-docs

    12,287GitHub पर देखें↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Illustrates how to integrate and invoke external JavaScript functions within a compiled module.

    Markdown
    GitHub पर देखें↗12,287
  • 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

    Sends .NET streams directly to JavaScript as ArrayBuffer or ReadableStream without Base64 encoding overhead.

    PowerShell
    GitHub पर देखें↗9,276
  • rustwasm/wasm-bindgenrustwasm का अवतार

    rustwasm/wasm-bindgen

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

    wasm-bindgen is a bindings generator and interop layer designed to map data types and functions across the boundary between WebAssembly and JavaScript. It functions as a foreign function interface that synthesizes the necessary boilerplate to enable bidirectional communication between Rust and the browser runtime. The project generates glue code and wrappers that automate the conversion of complex types, allowing Rust functions to be exported as JavaScript modules and browser APIs to be imported into Rust. It uses procedural macros to define these interfaces and synthesizes bindings based on

    Provides the ability to invoke specific JavaScript functions and browser APIs from within Rust code.

    Rust
    GitHub पर देखें↗9,057
  • chrisknott/eelChrisKnott का अवतार

    ChrisKnott/Eel

    6,748GitHub पर देखें↗

    Eel is a framework for creating desktop applications using a Python backend and a web-based frontend. It acts as a bidirectional bridge between Python and JavaScript, allowing developers to build graphical user interfaces with HTML and JavaScript that communicate with local system logic. The project facilitates two-way communication by enabling the exposure of Python functions to the browser and allowing the backend to trigger JavaScript functions. It uses a local server to render web interfaces as standalone desktop windows and provides tools to bundle the Python code and web assets into a s

    Allows the Python backend to trigger JavaScript functions to update the user interface.

    Python
    GitHub पर देखें↗6,748
  • j3ssie/osmedeusj3ssie का अवतार

    j3ssie/Osmedeus

    6,425GitHub पर देखें↗

    Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp

    Executes utility functions written in JavaScript using a pooled Goja runtime for parallel execution.

    Go
    GitHub पर देखें↗6,425
  • imsky/holderimsky का अवतार

    imsky/holder

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

    :city_sunrise: Client-side image placeholders.

    Triggers placeholder generation on image elements via a programmatic JavaScript API call.

    JavaScripthacktoberfest
    GitHub पर देखें↗5,800
  • tjanczuk/edgetjanczuk का अवतार

    tjanczuk/edge

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

    यह प्रोजेक्ट एक पॉलीग्लॉट रनटाइम ब्रिज और इंटरऑप फ्रेमवर्क है जिसे एक ही ऑपरेटिंग सिस्टम प्रोसेस के भीतर .NET और Node.js कोड को निष्पादित करने के लिए डिज़ाइन किया गया है। यह एक क्रॉस-रनटाइम निष्पादन इंजन और इन-प्रोसेस स्क्रिप्टिंग होस्ट के रूप में कार्य करता है, जो क्रॉस-प्रोसेस संचार ओवरहेड को खत्म करने के लिए Common Language Runtime और JavaScript वातावरण के बीच द्वि-दिशात्मक संचार और डेटा एक्सचेंज को सक्षम बनाता है। यह फ्रेमवर्क द्वि-दिशात्मक एसिंक्रोनस कॉलबैक्स और विभिन्न प्रबंधित ऑब्जेक्ट टाइप्स के बीच बाइनरी बफर्स व सीरियलाइज़ेबल मानों के स्वचालित डेटा मार्शलिंग के लिए एक सिस्टम प्रदान करके खुद को अलग करता है। यह एक सामान्य कंपाइलर मॉडल का लाभ उठाकर एक चल रहे एप्लिकेशन के भीतर कई भाषाओं से सोर्स फाइल्स या इनलाइन स्क्रिप्ट्स के संकलन और निष्पादन की अनुमति देता है। यह प्रोजेक्ट बैकग्राउंड थ्रेड्स में एसिंक्रोनस टास्क ऑफलोडिंग, वेब फ्रेमवर्क मिडलवेयर के रूप में बाहरी लॉजिक का एकीकरण और एसिंक्रोनस SQL निष्पादन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह क्रॉस-रनटाइम एक्सेप्शन मैपिंग के लिए ऑब्जर्वेबिलिटी टूल्स भी प्रदान करता है और प्रबंधित व नेटिव प्रोसेस डिबगिंग दोनों का समर्थन करता है।

    Allows the asynchronous invocation of specific JavaScript functions from within a .NET environment.

    C++
    GitHub पर देखें↗5,439
  • openkraken/krakenopenkraken का अवतार

    openkraken/kraken

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

    Kraken मानक वेब मार्कअप और स्टाइलिंग का उपयोग करके नेटिव एप्लिकेशन्स बनाने के लिए डिज़ाइन किया गया एक क्रॉस-प्लेटफ़ॉर्म UI फ्रेमवर्क और वेब स्टैंडर्ड्स रनटाइम है। यह HTML और CSS को संसाधित करने के लिए एक Flutter-आधारित रेंडरिंग इंजन का उपयोग करता है, जो मोबाइल और डेस्कटॉप प्लेटफ़ॉर्म पर सुसंगत यूजर इंटरफेस तैयार करता है। यह सिस्टम रनटाइम को मशीन कोड में कंपाइल करके और एनिमेशन और स्क्रॉलिंग को नेटिव एप्लिकेशन्स की तरलता से मेल खाने के लिए एक सिंक्रोनस रैस्टराइज़ेशन पाइपलाइन को नियोजित करके खुद को अलग बनाता है। यह उच्च-प्रदर्शन वाले नेटिव कंपोनेंट्स को सीधे वेब-स्टैंडर्ड डॉक्यूमेंट ऑब्जेक्ट मॉडल ट्री में एकीकृत करता है, जिससे नेटिव विजेट्स द्वारा समर्थित कस्टम HTML टैग्स की परिभाषा की अनुमति मिलती है। यह फ्रेमवर्क JavaScript कंपोनेंट ट्री निष्पादन, वैश्विक और स्थानीय स्टेट सिंक्रोनाइज़ेशन और मानकीकृत जेस्चर हैंडलिंग सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह कस्टम बैकएंड फंक्शन्स के साथ API का विस्तार करने के लिए एक प्लगइन-आधारित सिस्टम भी प्रदान करता है और विभिन्न फ्रंटएंड फ्रेमवर्क्स के साथ एकीकरण का समर्थन करता है। डेवलपर वर्कफ़्लो को Chrome DevTools प्रोटोकॉल के साथ एकीकरण के माध्यम से समर्थित किया जाता है, जो एप्लिकेशन स्टेट निरीक्षण और UI स्टाइल संशोधन को सक्षम बनाता है।

    Allows triggering custom JavaScript functions from a backend language to extend the runtime's capabilities.

    TypeScriptengineflutterkraken
    GitHub पर देखें↗4,928
  • geektutu/high-performance-gogeektutu का अवतार

    geektutu/high-performance-go

    3,888GitHub पर देखें↗

    This project is a comprehensive performance programming guide and reference for the Go language, focusing on runtime efficiency and memory optimization. It provides a collection of patterns and techniques designed to increase execution speed by reducing garbage collection overhead and optimizing memory usage. The resource distinguishes itself through detailed reference implementations for memory optimization, such as escape analysis, object pooling, and structure memory alignment. It offers specific strategies for reducing binary size and improving CPU cache efficiency through structure memor

    Provides mechanisms to trigger specific JavaScript functions from a Go backend to execute native client-side actions.

    Goeffective-golanggogolang
    GitHub पर देखें↗3,888
  • wendux/dsbridge-androidwendux का अवतार

    wendux/DSBridge-Android

    3,878GitHub पर देखें↗

    DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces. The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debug

    Enables native Android code to trigger specific JavaScript functions and receive return values through a defined handler.

    Javajavascript-bridgejsbridgesupport-x5
    GitHub पर देखें↗3,878
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Interop
  4. Stream Writes to JavaScript

सब-टैग एक्सप्लोर करें

  • JavaScript Function Invocations2 सब-टैग्सCapabilities for triggering specific JavaScript functions from a non-JavaScript backend. **Distinct from Stream Writes to JavaScript:** Distinct from Stream Writes: focuses on executing specific named functions rather than sending raw data streams.