Graphical interface on the web for local serial port control
in
Processing with Other Languages
•
9 months ago
Greetings! Novice Processing user here in need of suggestions.
I have a graphical interface I am using to control a servo through Arduino/firmata. All is well.
I want to use this graphical interface on the web, so when you visit the URL, you can remotely control the servo on my host computer. I am at the point of exporting/creating a processing.js file, but I'm lost at that point.
What type of web host do I need to look for? A JavaScript free host seems like best solution for low traffic but I don't know of any useful ones.
What do I need to modify in current .js file? What do I need to obtain from it? Do I need another receiving processing sketch to communicate with it, to control servo?
1