Skip to content

Build type-safe MessageChannel inter-process communication using tRPC

License

Notifications You must be signed in to change notification settings

tychenjiajun/message-channel-trpc

 
 

Repository files navigation

message-channel-trpc

NPM MIT

Build IPC for MessageChannel with tRPC

  • Build fully type-safe IPC.
  • Secure alternative to opening servers on localhost.
  • Full support for queries, mutations, and subscriptions.

Installation

# Using pnpm
pnpm add message-channel-trpc

# Using yarn
yarn add message-channel-trpc

# Using npm
npm install --save message-channel-trpc

Basic Setup

TODO

About

Build type-safe MessageChannel inter-process communication using tRPC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Nix 1.0%