This is a first pass at a WSAPI adapter for nginx-lua. Any feedback is welcome. I'm still trying to develop it against a framework I'm working on.
On Tuesday, November 6, 2012 12:10:35 AM UTC-5, JT Archie wrote:
It seems that WSAPI is a somewhat 'standard' web application abstract for Lua, much like Rack is to Ruby. I think its a great idea. I can implement a framework that interfaces with WSAPI and any server that has an interface for WSAPI can talk to my application.
It only looks likes WSAPI has been implemented for Xavante and FastCGI implementations. Is there anything that has stopped a handler to be built for OpenResty too? It would be great to see a standardization of frameworks, so the option of "jumping around" different servers and architectures is an option. It is often a selling point to businesses to know they are not completely featured locked on one platform.
Does anyone want to WSAPI openresty?