Skip to content

codemerx/xdelta-async-nodejs-addon

 
 

Repository files navigation

Asynchronous native addon for Node.js that allows generating and applying diffs/patches in VCDIFF format using the xdelta algorithm.

Usage

The repo could be imported as npm package by adding

"dependencies":  {
  ...
  "xdelta": "git://github.com/ably/xdelta-async-nodejs-addon.git",
  ...
}

to your package.json.

Caveats

The build infrastructure of the addon currently depends on tools that are Mac and Linux specific. Consequently, an installation on Windows will not be possible at this time.

License

Copyright (c) 2019 Ably Real-time Ltd, Licensed under the Apache License, Version 2.0. Refer to LICENSE for the license terms.

About

Asynchronous native addon for Node.js for generation and application of patches in VCDIFF format using the Xdelta algorithm

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 73.4%
  • TypeScript 23.5%
  • Python 3.1%