Thanks for all the name suggestion and for the rack link. I didn't know
of it.

filippo

Kevin Smith wrote:
> Off the top of my head:
> 
> ewgi (pronounced eww-gee): Erlang Web Gateway Interface
> ewai (pronounced eww-i): Erlang Web App Interface
> ewsi (pronounced eww-see): Erlang Web Server Interface
> 
> --Kevin
> 
> On Nov 12, 2007 10:57 PM, Robin <[EMAIL PROTECTED]> wrote:
>> Werl (Wsgi for ERLang) like the magical Smerl
>> Wack like Rack which is a clean Ruby WSGI:
>>
>> http://rack.rubyforge.org/
>>
>>
>>
>>
>> On Nov 12, 3:31 pm, Roberto Saccon <[EMAIL PROTECTED]> wrote:
>>> Name suggestions: erlwgate, gaterl, werlgate, uniweb, erlywebunify or
>>> a greek god as fantasy name.
>>>
>>> Roberto
>>>
>>> On Nov 12, 7:09 pm, Filippo Pacini <[EMAIL PROTECTED]> wrote:
>>>
>>>> I've only used yaws for now and gave a quick look to mochiweb and
>>>> iserve, but I'd like to test one of the two sooner or later.
>>>> For the interface following python's wsgi implementation we can think at
>>>> it as having two sides: the "server" or "gateway" side and the
>>>> "framework" one.
>>>> The framework side is a module providing a fun (e.g. handle_req)
>>>> accepting an environment record (basically a wrapper around the http
>>>> request and containing also data specific for the framework) and a
>>>> callback from the "gateway" side to send the response to the server.
>>>> The server/gateway for every http request it translates the request data
>>>> from the server format to the environment format and invokes the
>>>> application fun.
>>>> I should already have some code written. I'll try to improve it, test at
>>>> least with mochiweb and yaws and put it online somewhere.
>>>> Suggestions for a name? erlwsgi seems quite ugly.
>>>> filippo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to