summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi Ichikawa <gimite@gmail.com>2011-07-19 13:28:09 +0900
committerHiroshi Ichikawa <gimite@gmail.com>2011-07-19 13:28:09 +0900
commit49c2b030f9bd2933bfbae7d3ebeac915303e703d (patch)
treed1472d31819388150b88180a2dc491fda611484d
parent840bade50b095168e49992d1f8614ec189498c12 (diff)
downloadweb-socket-js-49c2b030f9bd2933bfbae7d3ebeac915303e703d.tar.gz
Updating link to node.js implementation of Flash socket policy file server.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d963d8..7b34ace 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ This implementation uses Flash's socket, which means that your server must provi
If you use [web-socket-ruby](http://github.com/gimite/web-socket-ruby/tree/master) or [em-websocket](https://github.com/igrigorik/em-websocket), you don't need anything special, because they handle Flash socket policy file request. But if you already provide socket policy file at port **843**, you need to modify the file to allow access to Web Socket port, because it precedes what the libraries provide.
-If you use other Web Socket server implementation, you need to provide socket policy file yourself. See [Setting up A Flash Socket Policy File](http://www.lightsphere.com/dev/articles/flash_socket_policy.html) for details and sample script to run socket policy file server. [node.js implementation is available here](http://github.com/LearnBoost/Socket.IO-node/blob/master/lib/socket.io/transports/flashsocket.js).
+If you use other Web Socket server implementation, you need to provide socket policy file yourself. See [Setting up A Flash Socket Policy File](http://www.lightsphere.com/dev/articles/flash_socket_policy.html) for details and sample script to run socket policy file server. [node.js implementation is available here](https://github.com/3rd-Eden/FlashPolicyFileServer).
Actually, it's still better to provide socket policy file at port 843 even if you use web-socket-ruby or em-websocket. Flash always try to connect to port 843 first, so providing the file at port 843 makes startup faster.