Home > php教程 > 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
Release: 2016-09-25 09:23:15
Original
1999 people have browsed it

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

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template