The center node of Boostim, a set of solutions for instant messaging.
Center node controlls the overall logic including: access control by BoostimAuth, common nodes (workers) by BoostimNode.
TestWebClient is a demo to test the functionality of Boostim through the center node.
Quick start allows container-based deployment for the complete project.
Please refer to BoostimQuickStart
mvn clean package -D maven.test.skip=true -P dev
java -jar *
- Default port: 9500
- API Doc: /swagger-ui.html
- BoostimQuickStart: container-based deployment
- BoostimCenter: center node (controller)
- BoostimNode: common node (worker)
- BoostimAuth: authentication system
- BoostimWebClient: easy-integration web client