We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ae9ba commit a29c0b1Copy full SHA for a29c0b1
README.markdown
@@ -1,9 +1,11 @@
1
Java WebSockets
2
===============
3
4
+### Note: This lib currently only supports the older draft 75 and draft 76.
5
+### Pull requests for the latests drafts would be more than accepted!
6
+
7
This repository contains a barebones WebSocket server and client implementation
-written in 100% Java. The implementation supports both the older draft 75,
-and current draft 76. The underlying classes use the Java
8
+written in 100% Java. The underlying classes are implemented using the Java
9
`ServerSocketChannel` and `SocketChannel` classes, which allows for a
10
non-blocking event-driven model (similar to the
11
[WebSocket API](<http://dev.w3.org/html5/websockets/>) for web browsers).
0 commit comments