@famir/http-server
v0.0.4
Published
Famir HTTP server module
Maintainers
Readme
@famir/http-server
HTTP server with request processing through a chain of middlewares.
Features
- TypeScript-first with strict type guards and assertions
- Configuration via
@famir/configpackage - Native node:http as backend HTTP Server
- WebSocket support via
wspackage - A context with the HTTP data during the lifetime of the request
- Clear error handling with
HttpServerError - Structured logging with
@famir/loggerpackage - Integration with
@famir/commonDI container
