Adapter Standalone

Mount tRPC on Node.js built-in HTTP server with createHTTPServer() from @trpc/server/adapters/standalone, createHTTPHandler() for custom http.createServer, createHTTP2Handler() for HTTP/2 with TLS. Configure basePath to slice URL prefix, CORS via the cors npm package passed as middleware option. CreateHTTPContextOptions provides req and res for context creation.

trpc 4180063 4.4 KB Updated

File contents

trpc/trpc/tree/main/packages/server/skills/adapter-standalone commit 4180063070

Frequently asked questions

npx skillmds add trpc/adapter-standalone