Skip to content

Commit bd8e3c8

Browse files
committed
Updated Readme
Added linsk for the examples
1 parent 362f2da commit bd8e3c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ server-side of the
8383
A WebSocket server by itself doesn't do anything except establish socket
8484
connections though HTTP. After that it's up to **your** subclass to add purpose.
8585

86+
An example for a WebSocketServer can be found in both the [wiki](https://github.com/TooTallNate/Java-WebSocket/wiki#server-example) and the [example](https://github.com/TooTallNate/Java-WebSocket/tree/master/src/main/example) folder.
8687

8788
Writing your own WebSocket Client
8889
---------------------------------
@@ -93,6 +94,8 @@ connect to. Important events `onOpen`, `onClose`, `onMessage` and `onError`
9394
get fired throughout the life of the WebSocketClient, and must be implemented
9495
in **your** subclass.
9596

97+
An example for a WebSocketClient can be found in both the [wiki](https://github.com/TooTallNate/Java-WebSocket/wiki#client-example) and the [example](https://github.com/TooTallNate/Java-WebSocket/tree/master/src/main/example) folder.
98+
9699
WSS Support
97100
---------------------------------
98101
This library supports wss.

0 commit comments

Comments
 (0)