@node-micro/http
v1.0.0-alpha.2
Published
HTTP transport layer for the microservice framework, enabling RESTful communication between services.
Maintainers
Readme
@node-micro/http
HTTP transport layer for the node-micro microservice framework, enabling RESTful communication between services.
Features
- Fast and lightweight HTTP server powered by Fastify
- OpenAPI integration via fastify-openapi-glue
- Modular architecture for scalable microservices
- Seamless integration with
@node-micro/common - CLI for easy service startup
Installation
npm install @node-micro/httpUsage
CLI
Start an HTTP microservice using the CLI:
npx node-micro-http --spec=spec.yaml --config=config/dev.yaml index.jsProgrammatic Usage
See the documentation for detailed API usage and examples.
API
See the documentation for detailed API usage and examples.
Contributing
Contributions are welcome! Please open issues or pull requests on GitHub.
License
MIT © N V Harish
