CallStatusDashboard icon indicating copy to clipboard operation
CallStatusDashboard copied to clipboard

A dashboard built with ReactJS and a Node backend using Express/Socket.io to keep track of the status of Twilio phone calls in real time.

CallStatusDashboard

A dashboard built with ReactJS and a Node backend using Express/Socket.io to keep track of the status of Twilio phone calls in real time.

In order to get everything running just clone this repository and run npm install in your terminal.

This code is based off of several posts I wrote for the Twilio blog:

Part 1: Setting up React

Part 2: Using call progress events with NodeJS

Part 3: Getting started with Socket.io and adding real time events to the backend of this app.

Socket.io in Swift - A tutorial that walks through how to use Socket.io in Swift for iOS development.