TOP Feature

K2HDKC Node.js

K2HDKC Node.js is a library used by client side programs of K2HDKC which is distributed KVS published by Yahoo! JAPAN as open source. K2HDKC Node.js is used to connect to K2HDKC from the server side JavaScript environment Node.js and perform data manipulation. This library is implemented as a Node.js addon library in the server side JavaScript environment and provides all the client functions of the K2HDKC library.

The purpose

We aim to make the high function of K2HDKC library adaptable to various development languages and environments, and to be able to use it with multiple platforms.
One way to do this is to provide a server side JavaScript environment Node.js addon library.
This allows you to operate data handled by K2HDKC from both C/C++ language and Javascript.

TOP Feature