EvandroLG / pegasus.lua

:rocket: Pegasus.lua is an http server to work with web applications written in Lua language.
http://evandrolg.github.io/pegasus.lua/
MIT License
421 stars 36 forks source link

Sailor Project: in search of a Lua 5.3 production server #100

Closed max-bertinetti closed 6 years ago

max-bertinetti commented 6 years ago

Hi. I'm Massimiliano Bertinetti and I'm helping Etienne Dalcol maintaining Sailor.

As you already know I'm on a disperate search of a way of putting in production Sailor with Lua 5.3, so that any progress on the framework can point on the last language version.

I actually use Xavante, not the version on Luarocks but the master repo. I see @daurnimator request to rewrite part of Pegasus to support Lua-http: can we join force toward the objective of a Lua 5.3 Web Server that can support Sailor needs?

daurnimator commented 6 years ago

All I can say is: go for it :)

Should be easy enough to get started: let me know any lua-http questions you have.

69

moteus commented 6 years ago

lua-http does not work on windows and has no plans to support it. But pegasus works on windows and I use it on this system. I think more interested will be implement IO independent HTTP protocol implementation.

RyanSquared commented 6 years ago

and has no plans to support it.

If support is added for cqueues to run on Windows, I've no doubt that will definitely be a gateway to running lua-http on windows.