Skip to content

Commit

Permalink
not work on node 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio committed Nov 13, 2011
1 parent 1e22738 commit 74e3fa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
@@ -1,3 +1,8 @@
# Node.js Compatibility
There is some issues with the code from Peter, and with the new improvements on node.js 0.6 this lib work correctly only with node.js 0.4

Please be sure of use node.js 0.4 (recommended 0.4.12) before use this lib.

## hook.io-ws
Hook listening messages on *WebSocket* client connection.

Expand All @@ -16,7 +21,7 @@ Based on [Peter Griess](https://github.com/pgriess/node-websocket-client) work.
npm install hook.io-ws

## Usage
hookio-websocket
hookio-ws

## Development Example
Now you can require the `hook.io-ws` module and instance a new Hook that try to connect to `url` using *WebSockets*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
},
"main": "lib/ws",
"engines": {
"node": ">= v0.4.7"
"node": "0.4"
},
"dependencies": {
"hook.io": "0.7.x"
Expand Down

0 comments on commit 74e3fa1

Please sign in to comment.