Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 856 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 856 Bytes

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