Step-by-Step

[1] Introduction - 기본 설정 본문

프로젝트/Zoom (WebRTC)

[1] Introduction - 기본 설정

희주(KHJ) 2023. 3. 2. 20:22

1장 Introduction - 기본적인 개발 설정

 

기본적인 프로젝트 구조

  • Frontend 부분 - public 폴더
  • Backend 부분 - server.js

 

 

 

※ 사용 기술

  • 에디터 : VSCode
  • 언어 : JavaScript
  • JS 컴파일러 : Babel
  • 서버 : Node.js + Express
  • 통신 프로토콜 : SocketIO
  • 실시간 통신 API : WebRTC
Comments