简体   繁体   中英

Is there an equivalent of graphstream (Java) in HTML5 (canvas + JavaScript)

I don't know about other tools but as a GraphStream dev I can tell about perspectives of the project.

We do not plan to rewrite the all project in JS, however we are working on a Web based viewer. The idea would be to keep the graph/algorithmic part on the server side, and to focus on the visualization on the client side.

Technologies on the server side would lead to a connection between GraphStream and a Web server. On the client side investigated techs for now are:

  • HTML5 canvas drawing for the visualization;
  • WebSocket communication channels for the client/server communication.

在这方面有什么进展吗?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM