Added various README.md (using the markdown syntax)

This commit is contained in:
Jocelyn Fiat
2011-11-14 19:00:00 +01:00
parent 137ed3888c
commit 955f73dee9
8 changed files with 72 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
# Web Server Framework
User friendly framework to build Eiffel Web server applications.
It is built on top of [EWSGI](../ewsgi/) to benefit from the various EWSGI connectors.
## Requirements
* [EWSGI](../ewsgi)
* [HTTP](../../protocol/http)
## Overview
## Usage
## Examples