Skip to content

jvelilla/EiffelWebReloaded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 http://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

About

New Eiffel Web Solution draft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Eiffel 89.8%
  • C 9.1%
  • Other 1.1%