Skip to content

Commit a29c0b1

Browse files
committed
Add note about outdated draft versions.
1 parent 52ae9ba commit a29c0b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Java WebSockets
22
===============
33

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+
47
This repository contains a barebones WebSocket server and client implementation
5-
written in 100% Java. The implementation supports both the older draft 75,
6-
and current draft 76. The underlying classes use the Java
8+
written in 100% Java. The underlying classes are implemented using the Java
79
`ServerSocketChannel` and `SocketChannel` classes, which allows for a
810
non-blocking event-driven model (similar to the
911
[WebSocket API](<http://dev.w3.org/html5/websockets/>) for web browsers).

0 commit comments

Comments
 (0)