# OOX **Repository Path**: lipingruan/oox ## Basic Information - **Project Name**: OOX - **Description**: graceful microservice framework. - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: main - **Homepage**: https://oox.js.org - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2023-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: API, Nodejs, P2P, 分布式, 微服务 ## README ![oox-logo-dark](https://user-images.githubusercontent.com/16621637/146079784-d4d5805f-903d-44bd-998e-ff374b91ccb4.png#gh-light-mode-only) ![oox-logo-light](https://user-images.githubusercontent.com/16621637/146079978-29a0b6fc-ec6d-4d8f-9b80-9a089f716405.png#gh-dark-mode-only) graceful microservice framework. ### Features - [x] HTTP & socket.io support (native SSL coming soon) - [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 / Standalone` seamless handoff - [x] Highly customizable ### Installation ```bash npm install -g oox ``` ### Usage ```bash oox --help ``` ### Documentation [oox.js.org](https://oox.js.org/)