Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrating etherpad like. #6

Open
athoune opened this issue Jun 27, 2013 · 2 comments
Open

integrating etherpad like. #6

athoune opened this issue Jun 27, 2013 · 2 comments

Comments

@athoune
Copy link

athoune commented Jun 27, 2013

or a code editor, a shared one.

@tOkeshu
Copy link
Owner

tOkeshu commented Jun 27, 2013

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
Copy link
Owner

tOkeshu commented Sep 11, 2013

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

  • I will add an etherpad-like feature to HiBuddy that will take advandage of WebRTC's datachannels.
  • It will be a simple textarea synchronized between the two participant of the video chat.
  • The data will be stored locally via localStorage and you may access the data for later use.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants