[Erlangweb-users] Erlang Web now supports EWGI
Brought to you by:
etcerlangweb,
paulgray
|
From: Piotr K. <pi...@er...> - 2009-07-27 11:40:50
|
I've recently added support for the ewgi infrastructure into Erlang Web. Ewgi is a specification to unify interaction between Erlang applications, frameworks and web-servers, as well as the other way around. It was inspired by Python's WSGI: http://www.python.org/dev/peps/pep-0333/ and Ruby's Rack: http://rack.rubyforge.org/. More information on the EWGI itself can be found at: http://github.com/skarab/ewgi/tree/master, whereas a Wiki page describing integration with EWGI from the framework side is located here: http://wiki.erlang-web.org/Eptic/EWGI. Erlang Web's newest sources are available at: http://bitbucket.org/etc/erlang-web/overview/ Piotrek |