An open API service indexing awesome lists of open source software.

https://github.com/leancloud/node-js-getting-started

LeanEngine Node.js getting started.
https://github.com/leancloud/node-js-getting-started

leancloud leanengine

Last synced: 12 months ago
JSON representation

LeanEngine Node.js getting started.

Awesome Lists containing this project

README

          

# Node.js Getting started

A simple Node.js application based on [express] for LeanEngine Node.js runtime.

[express]: https://expressjs.com/

## Documentation

- [快速开始部署云引擎应用](https://docs.leancloud.cn/sdk/engine/deploy/getting-started/) | [Getting Started With Cloud Engine](https://docs.leancloud.cn/en/sdk/engine/deploy/getting-started/)
- [云函数和 Hook 开发指南](https://docs.leancloud.cn/sdk/engine/functions/guides/) | [Cloud Functions and Hooks Guide](https://docs.leancloud.cn/en/sdk/engine/functions/guides/)
- [云引擎 Node.js 运行环境](https://docs.leancloud.cn/sdk/engine/deploy/nodejs/) | [Node.js Runtime Environment](https://docs.leancloud.cn/en/sdk/engine/deploy/nodejs/)
- [数据存储开发指南 · JavaScript](https://docs.leancloud.cn/sdk/storage/guide/js/)
- [命令行工具 CLI 使用指南](https://docs.leancloud.cn/sdk/engine/cli/) | [CLI Guide](https://docs.leancloud.cn/en/sdk/engine/cli/)

## Contribute

- Don't commit `package-lock.json`, because of this is a template project, we hope users can lock their dependencies when they init projects for the first time.