mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 14:25:17 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
5
res/app/scripts/services/io.js
Normal file
5
res/app/scripts/services/io.js
Normal file
@@ -0,0 +1,5 @@
|
||||
define(['./module', 'socket.io'], function(mod, io) {
|
||||
mod.factory('io', [function() {
|
||||
return io.connect()
|
||||
}])
|
||||
})
|
||||
Reference in New Issue
Block a user