mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Added stf namespace.
This commit is contained in:
6
res/app/components/stf/socket/socket-service.js
Normal file
6
res/app/components/stf/socket/socket-service.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var io = require('socket.io')
|
||||
|
||||
module.exports = function SocketServiceFactory() {
|
||||
var socketService = io.connect()
|
||||
return socketService
|
||||
}
|
||||
Reference in New Issue
Block a user