Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 647 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 647 Bytes

videoChat

Video chat based on webRTC

Getting started

git clone https://github.com/aleksei0807/videoChat.git
cd videoChat
npm i

If you don't have Golang installed, you should install it from here.

Generate ssl certs and put it in ./sslcert. If you need self-signed certs use this command:

npm run cert-build

And run it:

npm start

If you use self-signed certs, you should add https://127.0.0.1:9090 in exceptions.

Then open https://127.0.0.1:8080 in your browser. If you use self-signed certs you should add this in exceptions too.