Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 833 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 833 Bytes

websocket

websocket study를 위한 프로젝트

NodeJS, WebRTC and Websockets를 사용한 간단한 화상채팅 서비스

Tech Stack

       

Running the app

  • dev mode
    $ npm run start:dev
  • 컴파일된 js 파일 실행
    $ npm run start:prod

프로젝트 데모

구현중

데이터베이스

구현중