참고자료들 기록 - witherview/witherview_backend_WebRTC GitHub Wiki socket.io v2.0에서 origins 설정하기. 경험상 아무리 해봐도 *로 모든 origin 을 허용하는 건 안먹혔다. https://stackoverflow.com/questions/35713682/socket-io-gives-cors-error-even-if-i-allowed-cors-it-on-server/64730022 socket.io-client에 ws proxy로 origin 우회하기 https://stackoverflow.com/questions/61646928/websockets-proxy-using-socket-io-client-in-create-react-app src/setUpProxy.js 에 놓는 걸 권장 https://create-react-app.dev/docs/proxying-api-requests-in-development/