Express web server with API endpoint that returns STUN/TURN data from Twilio.
Twilio provides STUN/TURN servers (https://www.twilio.com/stun-turn) that can be used in your WebRTC applications.
Or just clone this project and run
npm install
and
npm start
Call "/" and get array with STUN and TURN server that can be passed to WebRTC RTCPeerConnection
as
iceServers
option.