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
DOC-634: 1st pass at client protocol doc conversion and import [v/5.6] (#1951)
Backport of #1947
Converts internal .md template into .adoc and manually removes version
history and copyright notice (changes should be made in source doc for
future). No copy review.
Co-authored-by: Oliver Howell <[email protected]>
Copy file name to clipboardExpand all lines: docs/modules/clients/pages/client-overview.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,15 @@ see the link:https://hazelcast.com/developers/clients/?utm_source=docs-website[c
12
12
13
13
Hazelcast provides clients and programming language APIs to interact with Hazelcast clusters and leverage their distributed computing capabilities. The choice between using a client or an API depends on your specific use case, performance requirements, and the programming languages you're using in your project. The following examines the key differences and considerations.
14
14
15
-
NOTE: *Clients* refer to the Hazelcast _libraries_ used to connect to a Hazelcast cluster and exchange data. Clients use a binary protocol for communication with the cluster and encode the data in various formats such as Compact, JSON, etc. Clients are available in various programming languages.
15
+
NOTE: *Clients* refer to the Hazelcast _libraries_ used to connect to a Hazelcast cluster and exchange data. Clients use a xref:clients:client-protocol.adoc[binary protocol] for communication with the cluster and encode the data in various formats such as Compact, JSON, etc. Clients are available in various programming languages.
16
16
*APIs*, by comparison, are the _interfaces_ with the Hazelcast platform. These do not require the use of specific libraries to connect and are generally text based — for example, the REST interface.
17
17
18
18
=== Clients
19
19
20
20
Hazelcast clients must be installed locally to communicate with the server.
21
21
22
+
NOTE: For detailed information on the client protocol used, see xref:clients:client-protocol.adoc[].
23
+
22
24
==== Benefits of using Hazelcast clients
23
25
24
26
* Language flexibility: Hazelcast offers clients in multiple programming languages, allowing you to use Hazelcast in various environments.
@@ -86,4 +88,5 @@ For detailed information and code samples for each client, see:
86
88
For help getting started with the Hazelcast clients, see the client tutorials in xref:clients:hazelcast-clients.adoc[Get started with a Hazelcast Client].
87
89
88
90
For details about using Memcache to communicate directly with a Hazelcast cluster, see xref:memcache.adoc[Memcache].
91
+
89
92
For information about using the REST API for simple operations, see: xref:rest.adoc[REST].
0 commit comments