Coder Social home page Coder Social logo

streamich / automerge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from automerge/automerge-classic

0.0 2.0 0.0 3.1 MB

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.

License: MIT License

JavaScript 96.97% TypeScript 3.03%

automerge's Introduction

Automerge logo

๐Ÿ’ฌ Join the Automerge Slack community

Build Status Browser Test Status

Automerge is a library of data structures for building collaborative applications in JavaScript.

Please see automerge.org for documentation.

Setup

If you're using npm, npm install automerge. If you're using yarn, yarn add automerge. Then you can import it with require('automerge') as in the example below (or import * as Automerge from 'automerge' if using ES2015 or TypeScript).

Otherwise, clone this repository, and then you can use the following commands:

  • yarn install โ€” installs dependencies.
  • yarn test โ€”ย runs the test suite in Node.
  • yarn run browsertest โ€” runs the test suite in web browsers.
  • yarn build โ€” creates a bundled JS file dist/automerge.js for web browsers. It includes the dependencies and is set up so that you can load through a script tag.

Meta

Copyright 2017โ€“2021, the Automerge contributors. Released under the terms of the MIT license (see LICENSE).

automerge's People

Contributors

adelsz avatar aslakhellesoy avatar begor avatar choxi avatar dan-weaver avatar dependabot[bot] avatar edahlseng avatar ept avatar ethanrbrown avatar gozala avatar herbcaudill avatar jeffa5 avatar jeffpeterson avatar kpruden avatar mattkrick avatar mmcgrana avatar nathanfaucett avatar nettybun avatar orionz avatar paulmorris avatar pgte avatar philschatz avatar pierreprinetti avatar pvh avatar rikkertkoppes avatar samio avatar scotttrinh avatar vedantroy avatar verma-rajatk avatar wincent avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.