Skip to content

fmpwizard/go-quilljs-delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

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 for reference

GoDoc

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.