본문 바로가기

컴퓨터

WebRTC

1. 자료 찾기

  지금 나에게 필요한 자료는 아래의 사이트에 있다.
https://seulcode.tistory.com/240

2. 사전 준비

  WebRTC는 http 프로토콜에선 작동하지 않고 https 프로토콜에서만 작동한다고 한다. 그러니 https 서버를 준비하자. PWA를 구현할 때도 그랬는데 https가 참 귀찮게 구는구나.
  다행히 내가 작성해 놓은 글이 있다. 
  http://bloghelloworld.tistory.com/admin/entry/post/?id=89&type=post&returnURL=https%3A%2F%2Fbloghelloworld.tistory.com%2Fmanage%2Fposts%2F%3FsearchKeyword%3Dhttps%26searchType%3Dcontent

 

TISTORY

나를 표현하는 블로그를 만들어보세요.

www.tistory.com

 

'컴퓨터' 카테고리의 다른 글

node-static 모듈  (0) 2019.08.12
객체를 문자열로 바꾸기 object -> string  (0) 2019.08.11
번갈아가며 style 설정하기 even odd  (0) 2019.08.04
textarea 크기 설정  (0) 2019.08.04
폰트 설정하기  (0) 2019.07.31