@ty-ras/server
v2.3.0
Published
[![Coverage](https://codecov.io/gh/ty-ras/server/branch/main/graph/badge.svg?flag=server)](https://codecov.io/gh/ty-ras/server)
Downloads
22
Readme
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.