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 01e1fdf commit 02e0128Copy full SHA for 02e0128
tests/webSocketServer/index.js
@@ -7,7 +7,7 @@ var server = http.createServer(function(request, response) {
7
response.writeHead(404);
8
response.end();
9
});
10
-server.listen(81, function() {
+server.listen(8011, function() {
11
console.log((new Date()) + ' Server is listening on port 8011');
12
13
@@ -54,4 +54,4 @@ wsServer.on('request', function(request) {
54
55
56
connection.sendUTF("Hallo Client!");
57
-});
+});
0 commit comments