项目作者: koahubjs

项目描述 :
koahub+async/await+mysql
高级语言: JavaScript
项目地址: git://github.com/koahubjs/koahub-demo.git
创建时间: 2016-09-23T08:59:40Z
项目社区:https://github.com/koahubjs/koahub-demo

开源协议:

下载


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

下载安装

  1. // 下载demo
  2. git clone https://github.com/koahubjs/koahub-demo.git
  3. // 进入项目
  4. cd koahub-demo
  5. // 安装依赖
  6. npm install
  7. // 启动项目
  8. npm start

浏览器访问

  1. http://localhost:3000

官网

KoaHub.js官网