Move hello_routed_world under tests/dev since it was not really an example, but more a dev workspace/test
20 lines
408 B
Markdown
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
|