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.
- Host: GitHub
- URL: https://github.com/leancloud/node-js-getting-started
- Owner: leancloud
- Created: 2015-04-28T01:27:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T07:06:40.000Z (over 2 years ago)
- Last Synced: 2025-03-31T16:14:45.562Z (12 months ago)
- Topics: leancloud, leanengine
- Language: JavaScript
- Homepage: https://leancloud.cn/docs/leanengine_overview.html
- Size: 166 KB
- Stars: 133
- Watchers: 34
- Forks: 116
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.