Commit f5e38cda authored by 何硕's avatar 何硕

Merge branch 'heshuo' into 'master'

test

See merge request !11
parents aedc3651 f75754f9
...@@ -98,8 +98,8 @@ io.on('connection', function(socket){ ...@@ -98,8 +98,8 @@ io.on('connection', function(socket){
}); });
http.listen(3000, function(){ http.listen(3001, function(){
console.log('http listening on *:3000'); console.log('http listening on *:3001');
}); });
https.createServer(httpsOption, app).listen(3000, function(){ https.createServer(httpsOption, app).listen(3000, function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment