TEAKIT.org aims to provide an all-in-one toolkit for building HTTP services using TypeScript,Here are some common examples.
A simple hello world
Define route using custom HTTP methods/verbs
Using dynamic path parameter
Convert JSON to response automatically
A file can be return in as formdata response
The response must 1-level deep object
Set a custom header and a status code
Define a prefix once for sub routes
Enforce a data type of a route
Intercept an Application event in order
Enforce a data type of sub routes
Add custom variable to route context
Redirect a response
Create a separate instance
Create a realtime connection using Web Socket
Create a interactive documentation using Scalar (or optionally Swagger)
Write a unit test of your Application app
Create a custom logic for parsing body
Create a custom GraphQL server using GraphQL Yoga or Apollo