> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/web_advance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/web_advance/react-native/websocket.md).

# Websocket

<https://reactnative.dev/docs/network#websocket-support>

## 常見問題

無法連線：

> 測試在 wss 同個內網的192.168.x.x 會連線後但不觸發 onopen，但 server 使用 ngork 後正常

## 相關專案

<https://github.com/wesbos/websocket-canvas-draw>
