Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Webstrates/Webstrates
Webstrates is a research prototype enabling collaborative editing of websites through DOM manipulations.
https://github.com/Webstrates/Webstrates
Last synced: about 1 month ago
JSON representation
Webstrates is a research prototype enabling collaborative editing of websites through DOM manipulations.
- Host: GitHub
- URL: https://github.com/Webstrates/Webstrates
- Owner: Webstrates
- License: other
- Created: 2012-08-02T10:15:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:26:15.000Z (9 months ago)
- Last Synced: 2024-04-14T16:12:55.668Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 222
- Watchers: 15
- Forks: 24
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-viz - Webstrates - Webstrates is a research prototype enabling collaborative editing of websites through DOM manipulations. ([↑](#contents) Collaborative)
- awesome-starred - Webstrates/Webstrates - Webstrates is a research prototype enabling collaborative editing of websites through DOM manipulations. (others)
README
Webstrates
==========With Webstrates, webpages become collaboratively editable in real-time. Changes to the Document Object Model (DOM) of a page persist and are synchronised to all connected clients of the same page using [Operational Transformation](http://en.wikipedia.org/wiki/Operational_transformation) through [ShareDB](https://github.com/share/sharedb).
Webstrates can be used to develop interactive software where collaboration-support is the norm rather than the exception.
Go to the [documentation](https://webstrates.github.io) to get started using webstrates, for user guide and developer guide.
Visit [webstrates.net](http://webstrates.net) for background on the Webstrates project, academic papers and videos of Webstrates in action.
License
=======
This work is licenced under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).