An open API service indexing awesome lists of open source software.

https://github.com/pmbanugo/twilio-simple-web-chat

Simple chat application built with Twilio in JavaScript
https://github.com/pmbanugo/twilio-simple-web-chat

chat-application realtime-chat twilio

Last synced: 8 months ago
JSON representation

Simple chat application built with Twilio in JavaScript

Awesome Lists containing this project

README

          

Sample application on building a chat app using Twilio. See this blog post for more details: https://www.twilio.com/blog/2017/11/build-simple-web-chat-apps-javascript-nodejs-twilio.html

# Setup:
1. run `npm install`
2. Open the file `/src/credentials.example.json` and replace add your credentials from your Twilio account.
3. Rename the file to `credentials.json`.
4. start the app with `npm start`.
5. Open the web app on the browser.