本页总览介绍tcb admin Node.js SDK 让您可以在服务端(如腾讯云云函数或 云主机 等)使用 Node.js 服务访问 TCB 的的服务,如云函数调用,文件上传下载,数据库集合文档操作等,方便快速搭建应用。需要 Node.js v8.9 及以上版本。安装tcb admin Node.js SDK 可以通过 npm 安装:npm install --save tcb-admin-node@latest使用示例要在您的代码内使用该模块:const app = require('tcb-admin-node')或import * as app from 'tcb-admin-node'