# TypeScript Client ## 快速开始 1. 启动WebSoket服务用语接收消息 ```shell npm run ws_server ``` 2. 运行测试demo ``` npm run start ``` ## 说明 ./src/index.ts 包含3.9.5.81支持的所有接口封装 ./tcp_server.ts 接收消息的服务端代码 ./example/ding-dong-bot.ts SDK使用示例