The Idea is host a web server in foxbox (or work alone without foxbox), and provide web app to let developer could build gaia on web directly.
The rough architecture could use
https://github.com/gasolin/webapplate to provide
- node/express server
- webapp template
Things need to evaluate:
- use node to execute command
- get console log to node server
- design API to simplify server and webapp communication
The Idea is host a web server in foxbox (or work alone without foxbox), and provide web app to let developer could build gaia on web directly.
The rough architecture could use
https://github.com/gasolin/webapplate to provide
Things need to evaluate: