lua-users home
lua-l archive

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


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