tOkeshu / hibuddy

Simple video chats for the web.
http://hibuddy.monkeypatch.me
GNU Affero General Public License v3.0
47 stars 14 forks source link

integrating etherpad like. #6

Open athoune opened 11 years ago

athoune commented 11 years ago

or a code editor, a shared one.

tOkeshu commented 11 years ago

The feature exists already, it integrates etherpad lite as a widget. However the online version of HiBuddy does not enable this feature.

It has privacy issues as we have to decide wich online instance of etherpad lite is used. Moreover, for the feature to be enabled, we need the API key of the etherpad, which gives access to more than pad creation.

Maybe the solution would be to host our own instance of etherpad lite right next to HiBuddy.

A code editor is not in the scope of HiBuddy though.

tOkeshu commented 11 years ago

After discussing with @ppapadeas I think I have a better vision of what we want to do.

This feature will thus completely replace the etherpad-lite widget. Part of the code is already written in the scratchpad libary.

You can follow the development of this feature on the feature/scratchpad branch.