Typesafe REST API Specification - Server Skeleton Implementation
This folder contains library which contains types and utility methods used by TyRAS libraries which implement serving AppEndpoint
s from endpoint package using some specific HTTP server.
Currently, there are four such implementations:
- @ty-ras/server-node for Node HTTP server implementation (including https and HTTP/2),
- @ty-ras/server-koa for Koa server implementation,
- @ty-ras/server-expressjs for ExpressJS server implementation, and
- @ty-ras/server-fastify for Fastify server implementation.