Create a statically typed client for remote, RPC style communication. Consume your backend API through a statically typed facade, without any code generation, without writing any custom API calls or duplicating your backend types on the client side. Fiber works in any TypeScript setup and is fully implementation agnostic.
Full static typing from tail to toe
You control the implementation
Works for client to server and server to server communication
Build an SDK for your backend in minutes
No code generation, plain TypeScript
yarnadd@corets/fiber
npminstall--save@corets/fiber
Quick start
First you create a fiber instance and register all the methods that you want to expose to consumers: