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
- Host: GitHub
- URL: https://github.com/clientio/joint-fluid
- Owner: clientIO
- Created: 2023-03-03T13:08:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T13:37:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T15:22:14.462Z (about 1 year ago)
- Language: TypeScript
- Size: 107 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```