:meta-keywords: coradb node.js driver, coradb node.js api, coradb node.js programming :meta-description: CoraDB Node.js driver is developed in 100% JavaScript and does not require specific platform compilation. ************** Node.js Driver ************** CoraDB Node.js driver is developed in 100% JavaScript and does not require specific platform compilation Node.js is a platform built on `Chrome's JavaScript runtime `_. Node.js has the following specifics. * Event-driven, server-side JavaScript. * Good at handling lots of different kinds of I/O at the same time. * Non-blocking I/O model that makes it lightweight and efficient. For more details, see https://nodejs.org/en/. If you want to download CUBRRID Node.js driver or find the recent information, see the following sites: .. FIXME: * Introducing project: http://www.coradb.ai/wiki_apis/entry/coradb-node-js-driver * source code main repository: https://github.com/CoraDB/node-coradb Installing Node.js ================== **Requirements** * CoraDB 8.4.1 Patch 2 or higher * `Node.js `_ **Installation** You can install CoraDB Node.js driver with "npm(Node Packaged Modules) install" command, but firstly you need to install node.js on https://nodejs.org/download/. :: npm install node-coradb If you uninstall CoraDB Node.js driver, do the following command. :: npm uninstall node-coradb CoraDB Node.js API ================== See http://ftp.coradb.ai/CoraDB_Docs/Drivers/Node.js/.