sbertrand101 / node-web-sms-chat

NodeJS backend for web-based chat application that features Catapult SMS and MMS capabilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Web SMS Chat

NodeJS backend for web-based chat application that features Catapult SMS and MMS capabilities.

Demos uses of the:

Deploy

Prerequisites

Deploy To PaaS

Deploy

Install on Local Machine

# clone the app with submodules

git clone --recursive git@github.com:BandwidthExamples/node-web-sms-chat.git

# install dependencies

npm install

# run the app

cd ..

PORT=3000 npm start 

Run in another terminal

ngrok http 3000 #to make ngrok to open external access to localhost:3000 

Open in browser your external url (it will be shown by ngrok).

Deploy on Heroku Manually

Create account on Heroku and install Heroku Toolbel if need.

Run heroku create to create new app on Heroku and link it with current project.

Run git push heroku master to deploy this project.

Run heroku open to see home page of the app in the browser

About

NodeJS backend for web-based chat application that features Catapult SMS and MMS capabilities.

License:MIT License


Languages

Language:JavaScript 95.0%Language:Shell 5.0%