https://github.com/fmpwizard/go-quilljs-delta
https://github.com/fmpwizard/go-quilljs-delta
delta go golang operational-transformation quilljs quilljs-delta
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmpwizard/go-quilljs-delta
- Owner: fmpwizard
- License: apache-2.0
- Created: 2018-03-17T06:07:49.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T21:59:40.000Z (over 5 years ago)
- Last Synced: 2024-06-18T22:54:34.094Z (about 2 years ago)
- Topics: delta, go, golang, operational-transformation, quilljs, quilljs-delta
- Language: Go
- Size: 63.5 KB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/fmpwizard/go-quilljs-delta)
# go-quilljs-delta
It's a port of QuillJS Delta's repo to Go
Try to find a balance between staying close to the original and being idiomatic Go
Refer to [the original QuillJS repo](https://github.com/quilljs/delta) for reference
[](https://godoc.org/github.com/fmpwizard/go-quilljs-delta/delta)
## Motivation
Have a backend that supports operational transformations written in Go, that also supports Quill's Delta format, which we
use at work.
### Why not using nodejs?
Pretty sure this will run faster with concurrent users.