11
What can I use to add text and video-chat to a community website?
(programming.dev)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
IRC could work as a backend for text chat, Twitch based their chat system on that and heavily modified things. Jitsi, or Jami support video out of the box. Could probably also roll your own with XMPP and WebRTC
As much as I love IRC, it's a terribly insecure platform and I'm trying to avoid rolling my own if I can help it, but yeah WebRTC support would be necessary. Do Jitsi support text now, it's always appeared video first to me?