An open API service indexing awesome lists of open source software.

https://github.com/ether/ep_real_time_chat

Really real time chat option for Etherpad
https://github.com/ether/ep_real_time_chat

Last synced: 9 months ago
JSON representation

Really real time chat option for Etherpad

Awesome Lists containing this project

README

          

![Publish Status](https://github.com/ether/ep_real_time_chat/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_real_time_chat/workflows/Backend%20tests/badge.svg)

# ep_real_time_chat
Etherpad plugin to send real time chat updates

## Configuring

Add the below settings to settings.json or throught the settings UI
```
"ep_real_time_chat":{
"realTimeChatOnByDefault":true,
"forceRealTimeChat": true
}
```

It should be obvious what they do..