[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: CouchDB for Lua?
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Mon, 17 Aug 2009 11:06:51 +0200
2009/8/16 Jan Schütze <JanS@dracoblue.de>:
> I would like to try out couchdb with lua. Is there any library, yet?
AFAIK there is none yet. But you can use LuaSocket [1] for the HTTP
requests, and JSON4Lua [2] to encode and decode request content.
[1] http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
[2] http://json.luaforge.net/