Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
issotina authored Sep 15, 2017
1 parent 96c02f3 commit 0254aa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@ Credit : This android library use [Autobahn-java](https://github.com/crossbario/
}
       });
```
### 2 - Send data to server

```java
ws.send("Hello World");
```
or send to specific channel

```java
ws.send("path/to/channel","Hello Channel");
```
License
-------

Expand Down

0 comments on commit 0254aa9

Please sign in to comment.