Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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).