Haris Razis
4 years ago
2 changed files with 7 additions and 0 deletions
@ -1 +1,4 @@ |
|||||
|
require('./services/socket') |
||||
|
|
||||
|
|
||||
console.log('hello world') |
console.log('hello world') |
@ -0,0 +1,4 @@ |
|||||
|
const io = require('socket.io-client'); |
||||
|
|
||||
|
const socket = io('http://localhost:3000'); |
||||
|
|
Loading…
Reference in new issue