Phoneword / phoneword

This is an application that interfaces metamask with webrtc to allow for tokens to be sent during a video call. This will later be bridged to IPFS. This is the nodejs implementation of web3js.
3 stars 0 forks source link

Move tropo createServer function to a node startup script #28

Closed jaycenhorton closed 7 years ago

jaycenhorton commented 7 years ago

currently the tropo createserver call is being unnecessarily used in main.js (and consequently bundle.js), this should be moved to a startup script along with it s requires, and then removed from main.js

jaycenhorton commented 7 years ago

Move tropo server functionality to seperate node module and added a browserify build command for npm to exclude the tropo js file