lua-users home
lua-l archive

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


Hi,

The luajit.io is API compatible with ngx_lua, with some trivial naming and namspace difference, e.g. no ngx namespace, all response related APIs moved into rsp object.
As long as the dependent APIs match, just like the resty/ ports, I think it's also easy to port lapis.
I would try to port it if I have time.

Best Regards,
Jinhua Luo

2015-04-16 20:00 GMT+08:00 Nagaev Boris <bnagaev@gmail.com>:
On Thu, Apr 16, 2015 at 6:22 AM, Jinhua Luo <luajit.io@gmail.com> wrote:
> Hi All,
>
> I am pleased to announce my new project: luajit.io, the luajit io framework.
>
> The luajit.io aims at nginx & ngx_lua re-implementation in pure lua, with
> below unique features:
> * pure lua, no C codes inside (so no need to compile before running)
> * re-implement the whole nginx http core, including ssl, gzip, chunked
> output, last-modified support
> * nginx-way multiprocessing, configuration and signal controlling
> * support all ngx_lua APIs, including dfa pattern matching, shared
> dictionary, etc, etc.
> * batteries included (e.g. luax, a simple template tool), it would be the
> PHP alternative in my plan, so it would be heavyweight but high performance
> io framework, Moreover, due to API compatibility, almost all lua-resty-*
> libraries could be reused directly, e.g. lua-resty-redis.
>
> See https://github.com/kingluo/luajit.io for project detail.
> And the official website is http://luajit.io (this website is just built
> upon luajit.io, and you could see demo there).
>
> Welcome to join and help, thank you.
>
> Best Regards,
> Jinhua Luo

Can lapis [1] be ported to luajit.io?

[1] http://leafo.net/lapis/



--


Best regards,
Boris Nagaev