Skip to content

isabella232/draw-with-twilio

 
 

Repository files navigation

Draw with Twilio

This application demonstrates the DataTrack feature in twilio-video.js. With it, you can connect to a Room and draw on a shared "whiteboard" with other Participants. Try it out at draw-with-twilio.appspot.com.

Screenshot

Install

Before we begin, we need to collect three configuration values in order to run the application:

Next, create a configuration file for the application:

cp .env.template .env

Edit .env with the configuration, and paste in the configuration values we gathered above. Finally, run the following:

npm install
npm run build
npm start

Then, navigate to localhost:9000.

About

Draw with Twilio

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 10.9%
  • CSS 3.7%
  • Dockerfile 1.2%