Comparing version
# Changelog | ||
## v1.0.1 - 2021-09-30 | ||
- fix default port #29 | ||
## v1.0.0 - 2021-09-29 | ||
@@ -3,0 +6,0 @@ - removed use of Buffer() see #28 |
@@ -33,3 +33,3 @@ /* BaseX Node.js client | ||
host: "127.0.0.1", | ||
port: 8900, // typically 1984 | ||
port: 1984, // test on 8900 | ||
username: "admin", | ||
@@ -36,0 +36,0 @@ password: "admin" |
{ | ||
"name": "basex", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A BaseX (XML database) client library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# basex - A BaseX client for node.js | ||
=========================== | ||
This is a [BaseX](http://basex.org/) client for Node.js. It is work in progress. | ||
This is a [BaseX](http://basex.org/) client for Node.js. | ||
It uses the [client interface](http://docs.basex.org/wiki/Server_Protocol) | ||
@@ -24,3 +24,3 @@ via a socket connection to the BaseX server. | ||
$ npm install basex | ||
basex@0.9.0 ./node_modules/basex | ||
basex@1.0.0 ./node_modules/basex | ||
``` | ||
@@ -27,0 +27,0 @@ |
212568
0.01%