This repository was archived by the owner on Sep 21, 2020. It is now read-only.
forked from jocelyn-old/EiffelWebReloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (17 loc) · 1.25 KB
/
README
File metadata and controls
24 lines (17 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
WARNING: we are redoing this project at another place, mainly new interface and naming, but still the same architecture principle. The goal is to centralize Eiffel resources. So please visit
''' https://github.com/Eiffel-World/Eiffel-Web-Framework '''
This project is to provide an easy way to build web application with Eiffel
= Get the source code =
See https://github.com/EiffelSoftware/EiffelWebReloaded/wiki/Getting-started
git clone https://github.com/EiffelSoftware/EiffelWebReloaded.git
cd EiffelWebReloaded
git submodule update --init
git submodule foreach git pull origin master
git submodule foreach git checkout master
= Goals =
Provide a framework to easily build web application with Eiffel, with the following requirements
portable web server framework: this means, platform independant, and web server independant solution, and even protocol independant (support for fcgi, cgi, ...)
up-to-date with Eiffel: standard syntax, and void-safety by default
framework to help the user to build quickly a web application (RESTful service, CMS web interface, XML-RPC ...)
be adopted by the Eiffel community, and let it grow with quality and rich set of features
See https://github.com/EiffelSoftware/EiffelWebReloaded/wiki for details