A simple RPC-based API using TypeScript type checking to ensure correct API calls & implementation.
Make use of the power of TypeScript type checking for building a concistent API easly and quickly ! :D
src/definitions.ts: The centralized place for API definitions for both Back & Front-Endsrc/back/index.ts: The API implementationsrc/front/index.ts: The API utilisation