Thank you guys for clarification, it’s a great help for me. I was doing little “research” regarding the existing node.js modules with support for memcached binary protocol and couchdb REST views:
https://github.com/3rd-Eden/node-memcached (3rd-Eden is a well known guy from the node.js
community)
https://github.com/elbart/node-memcache
https://github.com/cloudhead/cradle (I’m using cradle in my node.js projects to work with CouchDB)
https://github.com/dscape/nano (lightweight client with straightforward API for CouchDB which could be a good option for working with views)
So I will try to get my head around REST stuff from the manual first and then look at the memcached binary protocol in order to get a bigger picture and then start some simple prototyping.