📄️ HttpServerShim
HttpServerShim class provides a way to declarating and managing the application servers
📄️ HTTP Decorators
Exhaustive list of HTTP decorators provided by ts-basis/nodejs
📄️ Handling Authentication
HttpServerShim provides two major way of handling authentication and roles:
📄️ Predefined Roles
Any decorator-mounted API paths are individually controllable in terms of
📄️ Custom Middlewares
Whereas HttpServerShim provides many default request pre and post handlers,
📄️ Shared Object
If you want to provide and shared global object in form of a known interface,
📄️ Upstream CRUD
Often times, there is a well-defined data model declared in the server logic