hazelcast client module for node.js

In my Node.js application I wanted to connect the Hazelcast node instance and access the Queue/Hashmap of Hazelcast Node. Is there any node.js module available to do this .

Thanks in advance.

As far as I know, there is no node.js library for Hazelcast. Some of the functionality is exposed through Memcached btw.