add support for ip-based websocket

This commit is contained in:
加里
2014-10-10 10:55:46 +08:00
parent ee5917391b
commit 59297dd85b
7 changed files with 19 additions and 22 deletions

View File

@@ -1,8 +0,0 @@
var httpsServerMgr = require("./httpsServerMgr");
var instance = new httpsServerMgr();
instance.fetchPort("localhost",function(err,port){
console.log(port);
});