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
- Host: GitHub
- URL: https://github.com/ether/ep_real_time_chat
- Owner: ether
- License: other
- Created: 2013-04-15T00:38:19.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:57:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T05:35:33.243Z (11 months ago)
- Language: JavaScript
- Size: 3.51 MB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
 
# 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..