KSDaemon / wiola

WAMP implementation in Lua
http://ksdaemon.github.io/wiola
BSD 2-Clause "Simplified" License
70 stars 12 forks source link

Please make Wiola available on Luarocks #3

Closed mingfang closed 8 years ago

mingfang commented 9 years ago

It would be great if I can easily install Wiola using Luarocks.

KSDaemon commented 9 years ago

Hi @mingfang ! Great idea! Right now, i don't know how it's easy or not, because Wiola heavily relies on openresty. But i'll check such possibility. thanks!

KSDaemon commented 8 years ago

Hi, @mingfang! I've just got a little time to spend on this issue. At first glance, not all dependencies are available through luarocks. I've found luarestyredis, lua-resty-libcjson and lua-messagepack. There is no lua-resty-websocket. How do you think, how should we specify rockspec file? Without this dep? I don't want to include that in wiola package. Or it's ok to leave this and just mention this in documentation?

mingfang commented 8 years ago

@KSDaemon Thanks for working on this.

lua-resty-websocket is already bundled in openresty so I think it will be ok to just mention this in documentation.

KSDaemon commented 8 years ago

Hi, @mingfang sorry for so delayed answer, overworked %) But published! :)