lua-users home
lua-l archive

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


Hello list,

I wrote a client [1] for "decentralized cloud messaging"
middleware Iris [2] and a companion blog post to explain
what this is [3].

Real documentation is still "TODO" and, as should be obvious
from the version numbers, you should probably not use this
client or Iris itself for anything serious yet.

If you want to play with it, it can be installed with:

    luarocks install iris

[1] https://github.com/catwell/iris-lua
[2] http://iris.karalabe.com/
[3] http://blog.separateconcerns.com/2014-09-20-iris.html

-- 
Pierre Chapuis