Files
EWF/library/server/wsf/README.md
Jocelyn Fiat da3594db50 Now the 'router' library is part of 'wsf'
Move hello_routed_world under tests/dev since it was not really an example, but more a dev workspace/test
2011-12-15 14:10:52 +01:00

20 lines
408 B
Markdown

# 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)
* [URI template](../../protocol/uri_template)
## Content
* Core classes for the Web Server Framework
* [Router](router) library
## Overview
## Usage
## Examples