zalmoxisus / remote-redux-devtools

Redux DevTools remotely.
http://zalmoxisus.github.io/monitoring/
MIT License
1.81k stars 139 forks source link

Set default hostname if port is set #9

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

If I haven't set hostname, will throw the following error:

Uncaught SyntaxError: Failed to construct 'WebSocket': The URL 'ws://:5678/socketcluster/' is invalid.
zalmoxisus commented 8 years ago

I thought localhost is the default hostname value in socketcluster-client as for server. Thank you!