jhen0409 / jhen0409/react-native-debugger
Merge debugger-proxy of RN packager into debugger client
Open
feature
trivial
- Dominant language
- JavaScript
- Stars
- 10.4k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
We could merge [the debugger proxy](https://github.com/facebook/react-native/blob/34487c059192129db07608af4eb27cfad22b2d06/local-cli/server/util/webSocketProxy.js), this will reduce the cost of connection with react-native app:
* Open a WebSocket server (`/debugger-proxy`) with some port, instead of RN packager
* Need to figure out how easy to change debugger-proxy port in react-native app
Contributor guide
Assessment
This issue has not been assessed yet.