Skip to content

Commit c365e9b

Browse files
committed
Create README.md
1 parent 78dee60 commit c365e9b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

j2se/java-ws-demo/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
13+
build/install/java-ws-demo/bin/java-ws-demo
14+
```

0 commit comments

Comments
 (0)