Skip to content

l-pa/network-app

Repository files navigation

Network visualisation app

Application for visualisation small or maybe medium networks, works serverless, all computations (not many) depend on client.

This app is using SigmaJs and its plugins for most functionality (rendering etc.). Sigma is quite older library, so I had to make changes in some plugins, to make them work properly, or change functionality for my own purposes.

For frontend I'm using React, it was not the best decision (importing webworkers, PWA static files ...) but it could be worse... now I would use rather something like NextJs where you're not as limited and you can configure webpack etc.

Features

  • Import GML, Gexf, custom JSON
  • Export Gexf, custom JSON with settings, SVG, PNG
  • Layouts : Forceatlas2, no overlap (separated from UI thread), Fruchterman-Reingold (also separated from UI thread)
  • Group nodes (create graph from group, edit group)
  • Edit nodes

Netlify Status

This project was bootstrapped with Create React App.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.