You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-83Lines changed: 8 additions & 83 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,29 @@
4
4
Official Kuzzle Javascript SDK
5
5
======
6
6
7
-
This SDK version is compatible with Kuzzle 1.0.0-RC9.5 and higher
8
-
9
7
## About Kuzzle
10
8
11
-
For UI and linked objects developers, Kuzzle is an open-source solution that handles all the data management (CRUD, real-time storage, search, high-level features, etc).
9
+
A backend software, self-hostable and ready to use to power modern apps.
12
10
13
11
You can access the Kuzzle repository on [Github](https://github.com/kuzzleio/kuzzle)
14
12
13
+
*[Basic usage](#basic-usage)
15
14
*[SDK Documentation](#sdk-documentation)
15
+
*[Report an issue](#report-an-issue)
16
16
*[Protocols used](#protocols-used)
17
17
*[Installation](#installation)
18
18
*[NodeJS](#nodejs)
19
-
*[Basic usage](#basic-usage-node)
20
19
*[Javascript](#javascript)
21
-
*[Basic usage](#basic-usage-js)
22
20
*[Building manually](#building-manually)
23
-
*[Migrating from SDK v1.x](#migrating-from-sdk-v1.x)
* Kuzzle constructor has been changed. Instead of an URL, you have to provide a resolvable server name, or an IP address. If you need to specify a port different than the provided default value, you can do so using the `port` option.
148
-
149
-
## Note
150
-
151
-
* bufferutil and utf-8-validate have been moved to peerDependencies
0 commit comments