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
+29-18Lines changed: 29 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
Java and Android Socketcluster Client
2
2
=====================================
3
3
4
+
This SocketCluster Java/Android Client fork has the following differences from upstream:
5
+
-[Jackson](https://github.com/FasterXML/jackson) JSON parser is used, instead of [JSON-java](https://github.com/stleary/JSON-java)
6
+
-[SocketCluster Minimal binary (sc-codec-min-bin) codec](https://github.com/SocketCluster/sc-codec-min-bin) support
7
+
- Underlying [nv-websocket-client](https://github.com/TakahikoKawasaki/nv-websocket-client) has been updated to the latest version
8
+
- Breaking: callback params now have Jackson `JsonNode` types, instead of upstream's `Object`
9
+
10
+
**Important Notes:** Due to using `jackson-databing` this library is significantly bigger in size than upstream (~2 Mb), so if binary codec support is not needed, consider using upstream instead.
11
+
4
12
Overview
5
13
--------
6
14
This client provides following functionality
@@ -9,37 +17,26 @@ This client provides following functionality
9
17
- Automatic reconnection
10
18
- Pub/sub
11
19
- Authentication (JWT)
20
+
- Binary codec support (`sc-codec-min-bin` included out-of-the-box)
Download [latest jar dependency](https://github.com/sacOO7/socketcluster-client-java/blob/master/out/artifacts/SocketclusterClientJava_main_jar/SocketclusterClientJava_main.jar?raw=true)
0 commit comments