Kkrpc Alternatives
Similar projects and alternatives to kkrpc
-
-
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.
-
-
-
-
comlink-stdio
Discontinued Comlink and RPC-style IPC channel over stdio, make IPC between 2 js/ts processes easier.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
tauri-drizzle-sqlite-proxy-demo
Discontinued A Tauri app with a React front-end and a SQLite database using Drizzle ORM
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better kkrpc alternative or higher similarity.
kkrpc discussion
kkrpc reviews and mentions
Posts with mentions or reviews of kkrpc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-20.
-
drizzle + sqlite in Tauri App
I never knew it's possible to use TypeScript ORM like drizzle in Tauri without a sidecar. In my project kkrpc I implemented a Tauri adapter and made it possible to use compiled TypeScript backend as a sidecar in a Tauri app. With kkrpc, it's easy to call TypeScript backend from frontend. I can use any TypeScript libraries in a compiled deno/bun/node binary, including drizzle. However that introduces at least 60MB to the bundle size. It's a good deal if you can take advantage of many node packages, but not really worth it for just DB.
-
kkRPC
Talk is cheap. Show me the code: https://github.com/kunkunsh/kkrpc
Stats
Basic kkrpc repo stats
2
5
7.9
3 days ago
The primary programming language of kkrpc is TypeScript.