WebRTC 를 이용하여 화상 채팅을 만들어 보도록 하겠습니다. 본 포스트는 turn 서버를 임대하여 내부 네트워크 와 외부 네트워크 간의 화상 채팅 성공 코드 입니다. 모든 기본 소스와 설명은 아래 링크를 참조했습니다. https://levelup.gitconnected.com/building-a-video-chat-app-with-node-js-socket-io-webrtc-26f46b213017 Building a Video Chat App with Node.js + Socket.io + WebRTC This tutorial will show you how to build a video chat app using JavaScript and NodeJS. It will also show you how..