filo_caspar/app/socket.js

6 lines
85 B
JavaScript

const io = require('socket.io-client')
const socket = io()
module.exports = socket