Home  >  Article  >  php教程  >  Based on Node.js web rapid development framework KoaHub.js can be installed

Based on Node.js web rapid development framework KoaHub.js can be installed

WBOY
WBOYOriginal
2016-09-25 09:23:151968browse

KoaHub.js - Node.js web rapid development framework based on the Koa.js platform. Features such as ES6/7 (Generator Function, Class, Async & Await) can be used directly in the project. With Babel compilation, it can run stably in the Node.js environment.
KoaHub.js demo

KoaHub.js

KoaHub.js - Node.js web rapid development framework based on the Koa.js platform. Features such as ES6/7 (Generator Function, Class, Async & Await) can be used directly in the project. With Babel compilation, it can run stably in the Node.js environment.

Github address: http://github.com/einsqing/koahubjs

demo

Download and install

//Download
git clone https://github.com/einsqing/koahubjs-demo
//Install dependencies
npm install
//Compile
npm compile
//Start
node start.js
Browser access

http://localhost:3000/admin/index/index
Show
hello koahubjs
Official website

[http://js.koahub.com]http://js.koahub.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn