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

Real-time Collaborative editor #181

Closed
anantjain6 opened this issue Jul 12, 2019 · 1 comment
Closed

Real-time Collaborative editor #181

anantjain6 opened this issue Jul 12, 2019 · 1 comment

Comments

@anantjain6
Copy link

Hello,
I want to build a real-time collaborative Textarea (HTML tag) which has functionality like google Docs where multiple people can write collaboratively.
I don't have much knowledge of sockets but this repository looks me of use for it
It will be great if someone can give some guidance to use this repository to develop a Real-Time Collaborative textarea

@gimite
Copy link
Owner

gimite commented Jul 23, 2019

Sorry for late.

You can probably use WebSockets directly:
https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API

Now that most browsers support WebSockets natively, while many of them rather stopped supporting Flash, I would say the role of this library has almost ended, except when you want to support very old browsers.

@gimite gimite closed this as completed Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants