first commit
This commit is contained in:
6
socketEnd/index.js
Normal file
6
socketEnd/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const WebSocket = require("./utils/WebSocket");
|
||||
|
||||
|
||||
new WebSocket({ port: 8080 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user