Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanyucd/wx-minip-music
微信小程序云音乐(云开发环境)
https://github.com/hanyucd/wx-minip-music
clound-dev http-api tcb-router wx-mini
Last synced: about 2 months ago
JSON representation
微信小程序云音乐(云开发环境)
- Host: GitHub
- URL: https://github.com/hanyucd/wx-minip-music
- Owner: hanyucd
- Created: 2019-12-11T16:23:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T12:09:43.000Z (about 2 years ago)
- Last Synced: 2023-03-03T07:49:33.707Z (almost 2 years ago)
- Topics: clound-dev, http-api, tcb-router, wx-mini
- Language: JavaScript
- Homepage:
- Size: 3.18 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 微信小程序云音乐
> 使用微信小程序原生开发,包括云开发环境### 云开发的三大基础能力:
- 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库
- 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理
- 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码### 目录结构
- cloudfunctions 云函数目录
- miniprogram 小程序页面/组件/逻辑
- houtai-client 后台管理前端 ( Vue )
- houtai-server 后台管理后端 ( Node + Koa + 云开发 HTTP API )### 涉及知识
播放器、云数据库、云存储、云函数、授权、云调用发送订阅消息、分享、Tcb-Router、HTTP API ......
### 屏幕截图