137ed3888c94b4f1671d33867a620a000931b7e8
Eiffel Web Framework
Overview
Official project site for Eiffel Web Framework:
For more information please have a look at the related wiki:
How to get the source code?
- git clone https://github.com/Eiffel-World/Eiffel-Web-Framework.git
- cd Eiffel-Web-Framework
- git submodule update --init
- git submodule foreach --recursive git checkout master
Or using git version >= 1.6.5
-
git clone --recursive https://github.com/Eiffel-World/Eiffel-Web-Framework.git
-
And to build the required and related Clibs ** cd ext/ise_library/curl ** geant compile
Libraries under 'library'
- server
- ewsgi: Eiffel Web Server Gateway Interface read more
- connectors: various web server connectors for EWSGI
- libfcgi: Wrapper for libfcgi SDK
- wsf: Web Server Framework read more
- request
- router: URL dispatching/routing based on uri, uri_template, or custom read more
- rest: experimental: RESTful library to help building RESTful services
- ewsgi: Eiffel Web Server Gateway Interface read more
- protocol
- client
- http_client: simple HTTP client based on cURL read more
- crypto
- eel
- eapml
- text
- encoder: Various simpler encoders: base64, url-encoder, xml entities, html entities read more
- error: very simple/basic library to handle error
Examples
..
For more information please have a look at the related wiki:
Description
Languages
Eiffel
61.3%
JavaScript
23.5%
C
6.7%
CSS
2.9%
CoffeeScript
2.5%
Other
3.1%