Devtools websocket

Summary: I thought this was already in here, but then it wasn't. It's connected to by RN [here](https://github.com/facebook/react-native/blob/master/Libraries/Devtools/setupDevtools.js#L17).
Closes https://github.com/facebook/react-native/pull/3431

Reviewed By: @​svcscm

Differential Revision: D2548286

Pulled By: @frantic

fb-gh-sync-id: ffd74426949196ca538c897c1a0d07d08b204630
This commit is contained in:
Jared Forsyth
2015-10-15 17:55:34 -07:00
committed by facebook-github-bot-7
parent b3c72a5632
commit 0788e0b683
2 changed files with 2 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ function startServer(args, config) {
);
webSocketProxy.attachToServer(serverInstance, '/debugger-proxy');
webSocketProxy.attachToServer(serverInstance, '/devtools');
}
function argToArray(arg) {