Home
Reading
Searching
Subscribe
Sponsors
Statistics
Posting
Contact
Spam
Lists
Links
About
Hosting
Filtering
Features Download
Marketing
Archives
FAQ
Blog
 
Gmane

From: Jinhua Luo <luajit.io <at> gmail.com>
Subject: [ANN] luajit.io
Newsgroups: gmane.comp.lang.lua.general
Date: Thursday 16th April 2015 06:22:22 UTC (over 3 years ago)
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
 
CD: 60ms