filo_caspar/app/socket.js

6 lines
81 B
JavaScript

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