Comlink-stdio Alternatives
Similar projects and alternatives to comlink-stdio
-
-
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.
-
-
kkrpc
A TypeScript RPC protocol for multiple environments (iframe, web worker, stdio, http, WebSocket)
-
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.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
comlink-stdio discussion
comlink-stdio reviews and mentions
-
kkRPC
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
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.