/ShinyChat

Shiny for R app to allow for private messaging with admin oversight

Primary LanguageRMIT LicenseMIT

ShinyChat

Shiny for R app to allow for private messaging with admin oversight

To Do:

  • Get users and contacts from database instead of from local R variables
  • Write messages to database instead of local R variables
  • Get messages from database instead of from local R variables
  • Encrypt messages database
  • Explore having users and messages in the same database
  • Remove database password from source code
  • Add safety messaging to chat pane
  • Make chat log a reactive poll