Skip to content

Commit

Permalink
fix link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Sep 10, 2012
1 parent 86b867b commit 528210e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
A WebSocket message parser/constructor. It is not a server and is not meant to
be one. It can be used in any server, event loop etc.

**Note:** this implementation is supporting only hixie -75 and -76 drafts. Current development of newer drafts are handled within [websocket-ruby](https://github.com/imanel/websocket-rack) gem and if you are starting new project it will be best to use it instead of libwebsocket. However, if you are already using libwebsocket then you don't need to hurry with transition - this gem will use websocket-rack to support newer drafts.
**Note:** this implementation is supporting only hixie -75 and -76 drafts. Current development of newer drafts are handled within [websocket-ruby](https://github.com/imanel/websocket-ruby) gem and if you are starting new project it will be best to use it instead of libwebsocket. However, if you are already using libwebsocket then you don't need to hurry with transition - this gem will use websocket-rack to support newer drafts.

## Server handshake

Expand Down

0 comments on commit 528210e

Please sign in to comment.