c4milo / node-webkit-agent

NodeJS agent for WebKit devtools front-end
http://c4milo.github.io/node-webkit-agent/
1.09k stars 78 forks source link

port 3333 should be configurable #53

Closed bpytlik closed 10 years ago

bpytlik commented 10 years ago

The webkit-agent and the code running within the profiled process communicate over websockets on port 3333. I believe hard coding this port means that two developers can't both profile their code on the same machine at the same time. There should be an environment variable that can override the default port of 3333.

c4milo commented 10 years ago

:+1:

bpytlik commented 10 years ago

Fixed by the pull request in issue #54

c4milo commented 10 years ago

Landed in v0.2.4