Skip to content

Commit 79de6a1

Browse files
author
Michael Cretzman
authored
Update README.md
1 parent 1e2e340 commit 79de6a1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

j2se/java-ws-demo/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Kaazing J2SE WebSocket Echo Tutorial
22

3-
This tutorial shows how J2SE console application can communicate over the web with an `echo` service running within Kaazing WebSocket Gateway using Kaazing Java WebSocket Client library. The application sends text messages to the `echo` service over WebSocket.
4-
The `echo` service, running inside the Kaazing WebSocket Gateway, reflects back the message that is received by the J2SE application.
3+
This J2SE console app communicates over WebSocket with an `Echo` service hosted by Kaazing WebSocket Gateway. The app sends messages and receives messages with the `Echo` service over WebSocket.
54

65
## Minimum Requirements for Running or Building Kaazing J2SE WebSocket Echo tutorial
76

87
* Java 1.8
98
* Gradle 2.10 or higher
109

11-
## Steps for building and running the project
10+
## Steps for Building and Running the Project
1211

1312
- Build the application using gradle
1413

@@ -27,9 +26,13 @@ or
2726
build\install\java-ws-demo\bin\java-ws-demo.bat
2827
```
2928

29+
Interact with Kaazing Java WebSocket Client API
30+
31+
Documentation that explains how to create a Kaazing Java WebSocket application from scratch can be found [here](http://kaazing.com/doc/5.0/websocket_client_docs/dev-java/o_dev_java.html).
32+
3033
## API Documentation
3134

3235
API Documentation for Kaazing Java WebSocket Client library is available:
3336

34-
* [Kaazing WebSocket](https://kaazing.com/doc/legacy/4.0/apidoc/client/java/gateway/index.html)
37+
* [Kaazing WebSocket](http://kaazing.com/doc/5.0/websocket_client_docs/apidoc/client/java/gateway/index.html)
3538

0 commit comments

Comments
 (0)