lua-users home
lua-l archive

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


I am happy to announce the first release of wsapi-openresty. It is a WSAPI [1] connector for OpenResty [2].

WSAPI, among other things, defines an abstraction layer between your web application and the web server it is running on, so your application would be web server agnostic, being able to run on Apache, Xavante and now, OpenResty.

Its homepage is on Github [3]. There you can find more information, source code and links to other related projects.

Install it with LuaRocks, using:

  luarocks install wsapi-openresty

The code is MIT licensed.


[1]: http://keplerproject.github.io/wsapi/
[2]: https://openresty.org/
[3]: https://github.com/ignacio/wsapi-openresty