-
Notifications
You must be signed in to change notification settings - Fork 32
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
Collaboration #21
Comments
We have a We should create a module that provides some API for collaboration, multi-author cursors, the decorator for handling it, etc. We should provide documentation or guides on creating backends for this, but I feel Typewriter shouldn't do any of that itself. It could be different packages. Typewriter's scope should be limited to exposing methods for receiving changes from elsewhere, but not connection etc. So a firebase connector, node.js connector and server, etc. are up for building, anyone? 😀 |
I'm currently playing around with Firepad and Codemirror, I'd be happy to set something up based on a fork, once I've got my head around it. Separately, we could make a PR back to Firepad when the editor is further along, would probably increase visibility. |
That would be great! |
Use Typewriter in a collaborative fashion. Initial implementation could be using commercial tools, eg: Firebase, but we should soon support open source backends.
A nice feature would be to indicate where each user is on the page.
The text was updated successfully, but these errors were encountered: