Back to projects
Network Management Tool
The tool for managing the structure of a telecommunications network through a web interface. The users needed to be able to draw, edit and view large (up to 1000 nodes) network of the part of the network.

Large network chart

Most of the existing HTML/JS network management solutions were built with a lot of slow code and based on old approaches to build a web UI. As a result, it was slow and did not allow enough customization.
We developed a new AngularJS control for managing networks, editing network structure (drawing nodes and arcs), editing element properties, applying automatic layout with several algorithms, exporting whole network as an image etc. We have created all other parts of the application, but it was usual Angular single page application.