You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asd bc59053d11
“asda”
11 months ago
..
.trunk “asda” 11 months ago
docs “asda” 11 months ago
lib “asda” 11 months ago
scripts “asda” 11 months ago
src “asda” 11 months ago
test “asda” 11 months ago
types “asda” 11 months ago
.coveralls.yml “asda” 11 months ago
.eslintignore “asda” 11 months ago
.eslintrc.js “asda” 11 months ago
.prettierrc.js “asda” 11 months ago
.travis.yml “asda” 11 months ago
CHANGELOG.md “asda” 11 months ago
CONTRIBUTING_GUIDE.md “asda” 11 months ago
README.md “asda” 11 months ago
jest.config.js “asda” 11 months ago
package.json “asda” 11 months ago
tsconfig.json “asda” 11 months ago
tsconfig.test.json “asda” 11 months ago

README.md

Tencent Cloud Base(TCB) Server Node.js SDK

⚠️ 当你计划在项目中使用 @cloudbase/node-sdk 替代 tcb-admin-node 时,请务必阅读迁移文档

目录

介绍

TCB 提供开发应用所需服务和基础设施。CloudBase server node.js SDK 让你可以在服务端(如腾讯云云函数或 云主机 等)使用 Node.js 服务访问 CloudBase 的的服务。

需要 Node.js v8.0 及以上版本。

安装

server node.js SDK 可以通过@cloudbase/node-sdk来访问:

npm install --save @cloudbase/node-sdk

目前 node-sdk 已发布 正式版,未来会支持更多新特性。

要在你的项目中使用模块可以

const tcb = require('@cloudbase/node-sdk')

import tcb from '@cloudbase/node-sdk'

文档