We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78dee60 commit c365e9bCopy full SHA for c365e9b
1 file changed
j2se/java-ws-demo/README.md
@@ -0,0 +1,14 @@
1
+# J2SE Tutorial for WebSocket
2
+
3
+This tutorial contains Java/J2SE sample application for AMQP built using Kaazing Java WebSocket API
4
5
+## Building and running the application
6
+- Build the application using gradle
7
+```bash
8
+cd <application root directory>
9
+gradle installDist
10
+```
11
+- Run the application
12
13
+build/install/java-ws-demo/bin/java-ws-demo
14
0 commit comments