lua-users home
lua-l archive

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


On 28 February 2015 at 08:24, raksoras lua <raksoraslua@gmail.com> wrote:
https://github.com/raksoras/luaw

Event driven, non blocking HTTP app server for Lua inspired by
Node.js. Uses Lua coroutines in place of nested callbacks to simplify
application code.

Any feedback greatly appreciated!

- raksoras


This looks like a very interesting project, but I'm having issues trying to compile it in MinGW. Do you plan to support MinGW/Windows?

Regards,
Choonster