Skip to content

Commit

Permalink
feat(connect): connectの章を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 12, 2015
1 parent 834cfa6 commit 956c796
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ja/connect/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Connect

> この文章はConnect 3.4.0を元に書かれています。
[Connect](https://github.com/senchalabs/connect "Connect")はNode.jsで動くHTTPサーバフレームワークです。
_middleware_という拡張する仕組みを持っていて、connectが持つ機能自体はとても少ないです。

この章ではconnectの_middleware_の仕組みついて見て行きましょう。

## どう書ける?

0 comments on commit 956c796

Please sign in to comment.