What other JS frameworks (besides Vue.js) can you use to work with ROS?

Hi everyone!
I have just finished the “Developing Web Interfaces for ROS” course, and I have a question. Why exactly does that course use vue.js, and are there any other java frameworks that can potentially be used instead of vue.js?

Hello @robo-del!

Very good question! We are using Vue.js in its more simple way of developing. You can work with ROS with any web framework, like React or Angular, or event trying your own approach. Though, it goes on you to make the integration between the way the framework works and roslib.js library.

You can even try a custom web project, using webpages generated by Python, PHP, NodeJS, etc…

You can check here many other web projects with ROS: http://robotwebtools.org/

Cheers