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 87d2c1d95c
commit 4a1ae23e4c

View File

@ -161,6 +161,7 @@ var server = runServer(options, function() {
});
webSocketProxy.attachToServer(server, '/debugger-proxy');
webSocketProxy.attachToServer(server, '/devtools');
function getAppMiddleware(options) {
var transformerPath = options.transformer;