diff --git a/README.md b/README.md index d09e03d..c2bb2ef 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,14 @@ DTM是首款golang的开源分布式事务管理器,优雅的解决了幂等 docker-compose up ``` 此命令将安装相关的数据库,并准备好数据,可以被其他客户端使用 + +### 其他语言客户端 + +#### node + +客户端sdk(当前只支持TCC):[https://github.com/yedf/dtmcli-node](https://github.com/yedf/dtmcli-node) +示例:[https://github.com/yedf/dtmcli-node-sample](https://github.com/yedf/dtmcli-node-sample) + ### 谁在使用