The electron client creates a self contained executable for OSX / Linux / Windows that loads FriendUP in its own window.
npm install
npm start
npm install electron-packager -g
electron-packager . FriendUP --all
Application won't close - has to do with FriendUP's window.onbeforeunload function.