A node.js framework based on koa. Our goal is to build the best industrial node.js framework for high concurrency and high flow application.


Keywords
node, web framework, lark, larkjs, koa, koa2, industrial
License
MIT
Install
npm install lark@2.0.0-alpha-1.0.6

Documentation

Lark

Lark is a node.js framework based on Koa

NPM version build status NPM downloads Node.js dependencies

Installation

$ npm install -g lark

Type lark, if lark is correctly installed, you'll see the usage info.

Quick Start

The quickest way to get started with lark is to utilize the executable lark to generate an application as shown below:

$ lark new lark-app

Lark will create a project name larkApp under the same directory.

Try to run this app.

$ lark run

More

You can find more infomation in our wiki