Skip to content

Twilio is a cloud communications platform as a service company which provides real-time chat service, Programmable Chat made it really easy to implement chat. It’s a great value for us because it saved a ton of product development time. Keep your messages flowing without missing a beat. Twilio stores copies of your data across redundant componen…

License

Notifications You must be signed in to change notification settings

ankitkanojia/Twilio-Text-Chat

Repository files navigation

Twilio Programmable Text Chat

This is an implementation of Twilio Programmable Chat using React.

# NOTE: Please read Twilio Pricing before use it, as Twilio Programmable Video service is not for free use.

Setting up the react app

Create React apps with no build configuration.

Twilio API Keys

  • TWILIO_ACCOUNT_SID
  • TWILIO_API_KEY
  • TWILIO_API_SECRET
  • TWILIO_CHAT_SERVICE_SID

Setting Up The Node.js Application

Update configuration keys in .env file

TWILIO_ACCOUNT_SID = "YOUR TWILIO_ACCOUNT_SID" 
TWILIO_API_KEY = "YOUR TWILIO_API_KEY" 
TWILIO_API_SECRET = "YOUR TWILIO_API_SECRET"
TWILIO_CHAT_SERVICE_SID = "YOUR TWILIO_CHAT_SERVICE_SID"

Install node_modules

npm install

Now you are ready! Run the application with

npm start or yarn start

Your application should start up at http://localhost:3000.

About

Twilio is a cloud communications platform as a service company which provides real-time chat service, Programmable Chat made it really easy to implement chat. It’s a great value for us because it saved a ton of product development time. Keep your messages flowing without missing a beat. Twilio stores copies of your data across redundant componen…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published