Skip to content

Create a free 1:1 video chat application with Twilio WebRTC Go.

Notifications You must be signed in to change notification settings

randyjohnston/explore-webrtc-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explore-webrtc-go

Create a free 1:1 video chat application with Twilio WebRTC Go.

Setup

  • Create a Twilio account if you don't have one yet. It's free!
  • Clone this repository.
  • Generate a new API Key from the Twilio Console.
  • Create a .env file by copying the .env.template file. Replace the placeholder text with the values for your Twilio Account SID, API Key SID, and API Key Secret.
  • Install dependencies by running npm install from the root of the project.
  • Run the Express server with the command: npm start.
  • Make sure you have ngrok installed on your machine.
  • Run ngrok on port 5000 with the command ngrok http 5000.
  • Once ngrok is running, open one of the URLs next to Forwarding in your browser:
ngrok by @inconshreveable                                       (Ctrl+C to quit)

Session Status                online
Account                      <YOUR_ACCOUNT_NAME>
Version                       2.3.40
Region                        <YOUR_REGION>
Web Interface                 http://127.0.0.1:4040
Forwarding                    <URL> -> http://localhost:5000
Forwarding                    <URL> -> http://localhost:5000

About

Create a free 1:1 video chat application with Twilio WebRTC Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.2%
  • CSS 20.6%
  • HTML 11.2%