Skip to content

Setting up (NodeJS)

Dmitry Kochin edited this page Jul 10, 2018 · 2 revisions

Prerequisites

NodeJS v.9+

Installation

There is no special installation requirements. Provided that you have installed NodeJS v9+ just add tiesdb-client module to your application:

npm install --save tiesdb-client

You can connect to Ties.DB instances now. See usage examples.

Clone this wiki locally