- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/advantageous/qbit
- 软件文档: https://github.com/advantageous/qbit
软件介绍
QBit 是一个 Java 微服务库。是一个 Reactive 编程库用于构建微服务,包括 JSON, HTTP, WebSocket 和 REST 等。
性能:
示例代码:
@RequestMapping("/adder-service")
public class AdderService {
@RequestMapping("/add/{0}/{1}")
public int add(@PathVariable int a, @PathVariable int b) {...
}
