lua-users home
lua-l archive

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


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