UNPKG
remotedev
Version:
latest (0.2.9)
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-beta-4
0.2.0-beta-3
0.2.0-beta-2
0.2.0-beta-1
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Remote debugging for any flux implementation.
github.com/zalmoxisus/remotedev
zalmoxisus/remotedev
remotedev
/
lib
/
constants.js
12 lines
(11 loc)
•
236 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
exports
.
__esModule
=
true
;
var
defaultSocketOptions =
exports
.
defaultSocketOptions
= {
secure
:
true
,
hostname
:
'remotedev.io'
,
port
:
443
,
autoReconnect
:
true
,
autoReconnectOptions
: {
randomness
:
60000
} };