oox
v0.3.8
Published
OOX Service Engine
Maintainers
Readme


graceful microservice framework.
Features
- [x] HTTP & WebSocket support (native SSL supported)
- [x] Zero configure startup
- [x] Non-invasive coding style
- [x] Intuitive route style
- [x] Intuitive RPC style
- [x] Anywhere interceptor
- [x] Distributed tracing
- [x] Service nodes expand infinitely
- [x] Automatic service discovery (P2P)
- [x] Automatic load balancing (support customization)
- [x]
Distributed / Standaloneseamless handoff - [x] Highly customizable
Installation
npm install ooxUsage
npx oox --helpExamples
- basic-example
- routing-example
- rpc-example
- distributed-example
- load-balancing-example
- tracing-example
- service-discovery-example
