Skip to content

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

Notifications You must be signed in to change notification settings

clientIO/joint-fluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

npm install

You can then run the example with:

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:

npm run build

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published