Skip to content
/ ex_sync Public

Diff Sync backend in Elixir. Works well with Phoenix channels, but doesn't have to.

License

Notifications You must be signed in to change notification settings

invrs/ex_sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExSync

A suite of Elixir libraries for a Diff Sync backend.

Based off of Jan Moschke's Diffsync library (and consequently works great with his javascript client).

Installation

If available in Hex, the package can be installed as:

  1. Add exsync to your list of dependencies in mix.exs:

    def deps do [{:exsync, "~> 0.0.3"}] end

  2. Ensure exsync is started before your application:

    def application do [applications: [:exsync]] end

About

Diff Sync backend in Elixir. Works well with Phoenix channels, but doesn't have to.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages