An open API service indexing awesome lists of open source software.

https://github.com/clientio/joint-fluid

Fluid Container & Data Object sample to implement a collaborative JointJS graph as a standalone app
https://github.com/clientio/joint-fluid

Last synced: 12 months ago
JSON representation

Fluid Container & Data Object sample to implement a collaborative JointJS graph as a standalone app

Awesome Lists containing this project

README

          

# JointJS Fluid Framework

This repository contains a simple app that enables all connected clients to edit JointJS diagram.

## Getting Started

After cloning the repository, install dependencies with:

```bash
npm install
```

You can then run the example with:

```bash
npm start
```

This will open a browser window to the example. You can navigate to the same URL in a second window to see changes propagating between clients.

To webpack the bundle and output the result in `./dist`, you can run:

```bash
npm run build
```