We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8ecdf commit 10a0c46Copy full SHA for 10a0c46
examples/sockjs-express3/server.js
@@ -44,7 +44,7 @@ var server = http.createServer(app);
44
service.installHandlers(server, {prefix:'/multiplex'});
45
46
console.log(' [*] Listening on 0.0.0.0:9999' );
47
-app.listen(9999, '0.0.0.0');
+server.listen(9999, '0.0.0.0');
48
49
app.get('/', function (req, res) {
50
res.sendfile(__dirname + '/index.html');
0 commit comments