comlink-stdio

Comlink and RPC-style IPC channel over stdio, make IPC between 2 js/ts processes easier. (by HuakunShen)

Comlink-stdio Alternatives

Similar projects and alternatives to comlink-stdio

  1. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  2. kkrpc

    2 comlink-stdio VS kkrpc

    A TypeScript RPC protocol for multiple environments (iframe, web worker, stdio, http, WebSocket)

  3. graphql-yoga

    šŸ§˜ Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

  4. kysely

    35 comlink-stdio VS kysely

    A type-safe typescript SQL query builder

  5. sirdez

    3 comlink-stdio VS sirdez

    Glorious Binary Serialization and Deserialization for TypeScript.

  6. poku

    1 comlink-stdio VS poku

    šŸ· Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better comlink-stdio alternative or higher similarity.

comlink-stdio discussion

Log in or Post with

comlink-stdio reviews and mentions

Posts with mentions or reviews of comlink-stdio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-12.
  • kkRPC
    4 projects | dev.to | 12 Mar 2025
    In Kunkun, I also want to support calling Deno scripts from extensions running in Web Workers and iframes so that features from Node.js packages can be used. Tauri has a shell API, but I had to implement a whole argument parser for a simple extension, and data passing was also complicated. I even tried base64 encoding request data and passing it to stdin, then decoding the base64 response data from stdout. This felt inefficient. So I created comlink-stdio, a library built from scratch but inspired by the proxy idea from Comlink. Tauriā€™s shell API supports stdio, allowing me to use the two-way communication channel with stdin and stdout. I didnā€™t even read Comlinkā€™s source code when implementing it. I designed it based on how I imagined Comlink was implemented, but for stdio.

Stats

Basic comlink-stdio repo stats
1
0
-
13 days ago

HuakunShen/comlink-stdio is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of comlink-stdio is TypeScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?