4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
|
module.exports = (socket) => {
|
||
|
console.log("New connection !");
|
||
|
}
|