https://github.com/koahubjs/koahub-demo
koahub+async/await+mysql
https://github.com/koahubjs/koahub-demo
async await koa koa2 koahub koahub-demo koajs node nodejs
Last synced: 21 days ago
JSON representation
koahub+async/await+mysql
- Host: GitHub
- URL: https://github.com/koahubjs/koahub-demo
- Owner: koahubjs
- Created: 2016-09-23T08:59:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T04:59:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T21:12:12.318Z (about 1 month ago)
- Topics: async, await, koa, koa2, koahub, koahub-demo, koajs, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 13
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KoaHub.js demo
#### KoaHub.js
KoaHub.js -- 基于 Koa.js 平台的 Node.js web 快速开发框架。可以直接在项目里使用 ES6/7(Generator Function, Class, Async & Await)等特性,借助 Babel 编译,可稳定运行在 Node.js 环境上。
github地址:http://github.com/koahubjs/koahub
## demo
#### 下载安装
```javascript
// 下载demo
git clone https://github.com/koahubjs/koahub-demo.git
// 进入项目
cd koahub-demo
// 安装依赖
npm install
// 启动项目
npm start
```#### 浏览器访问
```javascript
http://localhost:3000
```## 官网
[KoaHub.js官网](http://js.koahub.com)