ewgi: Erlang Web Gateway Interface
NOTE: ewgi development moved to github http://github.com/skarab/ewgi/tree/master
Ewgi is a simple Web Server Gateway Interface for Erlang inspired on python's wsgi.
This is a proposal of a standard interface between Erlang web server and web applications and frameworks.
ewgi will also allow easy implementation of middleware components that act both as a server and as an application. This will help in the creation of components that can be combined together to build web applications and frameworks.