lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, May 19, 2010 at 11:38 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> BTW, what is the connection between WSAPI, WSAPI-Xavante, and Xavante itself?

Xavante is a module that handles HTTP requests (but does not execute by itself).

WSAPI is a protocol to generate HTTP responses abstracting the
underlying web server.

WSAPI-Xavante is the bind that connects the handler (Xavante) and the
protocol (WSAPI).

Note that "wsapi.exe" is a launcher for this combo of Xavante and WSAPI

Andre