Rômulo Fernandes
|
749dd15253
|
Allow suppressing console messages. (#18)
* Forward logLevel option to SocketCluster
* Use logLevel config to suppress own console msgs.
* Fix typo.
|
2016-08-09 11:37:02 +03:00 |
|
Jhen
|
74bc0fa1bd
|
Fix typo for server log
|
2016-07-21 13:24:54 +08:00 |
|
Jhen
|
168206b9e0
|
Check port already used
|
2016-07-19 02:25:04 +08:00 |
|
Jhen
|
342878f787
|
Split options to another file
|
2016-07-19 02:09:36 +08:00 |
|
Jhen
|
95bbaf2063
|
Support use remotedev npm package field
|
2016-05-20 18:36:22 +08:00 |
|
Josiah Savary
|
aaa2381459
|
Added support for SocketCluster https options
Added the following cli flags:
```
--protocol [protocol=http]
--key [protocolOptions.key]
--cert [protcolOptions.cert]
--passphrase [protcolOptions.passphrase]
```
|
2016-04-27 22:02:38 -04:00 |
|
Jhen
|
965a1dc0a2
|
Return socketcluster server for export function
so we can use `require('remotedev-server')(options).on('ready', () => ...)`.
|
2016-02-09 23:58:59 +08:00 |
|
Jhen
|
3e7c92568d
|
Separate main js
|
2016-02-05 05:52:24 +08:00 |
|