[7.x][DOCS] Adds Connecting section to Node.JS docs (#1344)

This commit is contained in:
István Zoltán Szabó
2020-11-05 13:46:02 +01:00
committed by GitHub
parent 4b8077b40d
commit 94e8bcd611
6 changed files with 223 additions and 183 deletions

View File

@ -17,44 +17,6 @@ about the features of the client.
* TypeScript support out of the box.
[discrete]
[[js-compatibility-matrix]]
=== Compatibility matrix
The minimum supported version of Node.js is `v8`.
The library is compatible with all {es} versions since 5.x. We recommend you to
use the same major version of the client as the {es} instance that you are
using.
[%header,cols=2*]
|===
|{es} Version
|Client Version
|`master`
|`master`
|`7.x`
|`7.x`
|`6.x`
|`6.x`
|`5.x`
|`5.x`
|===
[discrete]
==== Browser
WARNING: There is no official support for the browser environment. It exposes
your {es} instance to everyone, which could lead to security issues. We
recommend you to write a lightweight proxy that uses this client instead.
[discrete]
=== Quick start