You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chat client is a simple Swing GUI application that allows you to send
72
-
messages to all other connected clients, and receive messages from others in a
73
-
text box.
74
-
75
-
In the example folder is also a simple HTML file chat client `chat.html`, which can be opened by any browser.
76
-
77
52
Writing your own WebSocket Server
78
53
---------------------------------
79
54
@@ -96,6 +71,11 @@ in **your** subclass.
96
71
97
72
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
73
74
+
Examples
75
+
-------------------
76
+
77
+
You can find a lot of examples [here](https://github.com/TooTallNate/Java-WebSocket/tree/master/src/main/example).
0 commit comments