From 9b8c94ec3b91af798dc77cc9f5309dd8018221f7 Mon Sep 17 00:00:00 2001 From: yedongfu Date: Tue, 13 Jul 2021 15:52:15 +0800 Subject: [PATCH] add node sdk --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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) + ### 谁在使用
常青藤爸爸