This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var net = require('net'), | |
sys = require('sys'); | |
policy = '<?xml version="1.0"?>\n'; | |
policy += '<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">\n'; | |
policy += '<cross-domain-policy>\n'; | |
policy += '<allow-access-from domain="*" to-ports="*"/>\n'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "socket.io" | |
, "version": "0.7.7" | |
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API" | |
, "homepage": "http://socket.io" | |
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"] | |
, "author": "Guillermo Rauch <[email protected]>" | |
, "contributors": [ | |
{ "name": "Guillermo Rauch", "email": "[email protected]" } | |
, { "name": "Arnout Kazemier", "email": "[email protected]" } |
NewerOlder