https://github.com/stereobooster/cyto-nodejs
Render graphs on the server side with Cytoscape.js, getting image file as output (using jsdom)
https://github.com/stereobooster/cyto-nodejs
cytoscape cytoscapejs jsdom
Last synced: 6 months ago
JSON representation
Render graphs on the server side with Cytoscape.js, getting image file as output (using jsdom)
- Host: GitHub
- URL: https://github.com/stereobooster/cyto-nodejs
- Owner: stereobooster
- Created: 2023-10-12T11:40:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T18:24:53.000Z (over 1 year ago)
- Last Synced: 2025-03-15T02:36:45.062Z (7 months ago)
- Topics: cytoscape, cytoscapejs, jsdom
- Language: JavaScript
- Homepage: https://stereobooster.com/posts/run-cystoscape.js-with-node.js/
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# cyto-nodejs
Rendes graphs on the server side with Cytoscape.js, getting image file as output. This package is alternative to [cytosnap](https://github.com/cytoscape/cytosnap), but uses `jsdom` instead of Puppeteer.
Can be used like this:
```
npx @stereobooster/cyto-nodejs -s g2.json -d g2.svg
```## TODO
- [ ] github actions to run tests