Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion authored Jun 19, 2017
1 parent 231f0f8 commit b57c6a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vig [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]

## 导航

·[缘起](https://github.com/calidion/vig/wiki)·

·[教程](https://github.com/calidion/vig/wiki/%E6%95%99%E7%A8%8B)·


## vig与其它框架单机性能测试对照

详细见文章 [ 一个支持async的超高性能的基于node.js的Web业务框架](https://t1bao.com/thread/visit/11)
Expand All @@ -15,10 +22,6 @@
> 但是如果基于koa的也只折损1%,那么vig的性能就会大大的提高。

## 缘起

详见 · [缘起](https://github.com/calidion/vig/wiki) ·

## 关于vig

是一个专注于Web业务逻辑的组件化框架,主要关心:
Expand All @@ -36,7 +39,7 @@
3. 可重入化(Reenterable)
4. 可集成化(Integratable)

# 功能列表
## 功能列表

1. 组件化,所的功能都是组件级的
2. 简化的路由机制
Expand Down Expand Up @@ -98,9 +101,6 @@ npm install --save express
npm test
```

## 教程
详见·[教程](https://github.com/calidion/vig/wiki/%E6%95%99%E7%A8%8B)

## 关于async/await支持的几点说明

vig对async/await的支持依赖于用户的开发环境本身,与vig框架无关。
Expand Down

0 comments on commit b57c6a3

Please sign in to comment.