Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Sounds amazing and would love to step in immediately. Have some basic questions after reading briefly the post and the comments here.

1) What's the difference between OpenResty and the Nginx+Lua module (is the module the core of OpenResty)?

2) How does it compare to Node regarding ecosystem, performance and every day usage/maintainability (if it's comparable)?



I've only been playing with openresty for a couple of months. Here's what I've learned:

1 - openresty is nginx and many official and unofficial modules. From what I've asked the experts, there is supposed to be no difference in the source; openresty is just a single package of many modules with an easy to use ./config and make process.

2 - The nginx module and lua lib ecosystem seems to have most of the basics in order to roll a high level app framework, but only a half baked one exists thus far: https://github.com/appwilldev/moochine Also: https://github.com/antono/valum https://github.com/pintsized/lua-resty-rack

My impression is if you have the time to roll your own sinatra-like framework, it should be pretty straightforward.


Thanks!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: