On 02/18/2015 10:40 AM, Am Laher wrote:
Hi peeps.
I'm working on a web-based collaborative editing tool, and specifically
I'm hoping to implement an API supporting Operational Transforms, to be
compatible with one of the major Javascript libraries (ot.js, ShareJS).
I've found one example of Operational Transforms in Go:
https://github.com/mb0/lab/tree/master/ot .
Unfortunately the project is untouched for 2 years and doesn't compile
right now.
It would probably be straightforward to get it working, but I'm
interested in finding a more mature project.
Does anyone know of any similar projects already existing?
Note that my storage layer is Mongodb (mgo), so I don't need anything
too fancy on the storage side. Mongodb can handle the contention &
partial updates.
Ta
--
You received this message because you are subscribed to the Google
Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to golang-nuts+unsubscribe@googlegroups.com
<mailto:golang-nuts+unsub...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
do you need ot for runes or bytes? i can factor out the package to its own repository. i already have a version locally that operates on a [][]rune instead of []byte, but i can add the []byte version back in. the ot lib itself does work ok it has not much to do with the discontinues golab project.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/3IJuKIzE54M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts+unsubscribe@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/3IJuKIzE54M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.