fletcherist/webrtc-voice-chat-client

How to install?

alexisiibarra opened this issue · 5 comments

Hi, how to install the project?

@GodMT hi there! this frontend is built on the top of create react app. so you need nodejs.

git clone https://github.com/fletcherist/webrtc-voice-chat-client.git

npm install
npm start

build and deploy is the same as any create react app project

as for backend, you could connect to demo webrtc server (default in this repository), or you can host your own backend and connect to it. everything is fully functional and tested

Oh okay thank u very much

feel free to ask any questions)
do you need some help with deploying voice-chat server?

Yes, I have two more questions, sorry for bothering you.

  1. Can the backend part be done in Java language?
  2. In the demo, do not listen, is that a project error?

howdy! new to go. I'm wondering if the "default in this repo" server is down? thanks.