Processing and a web server
in
Integration and Hardware
•
2 years ago
I am new to processing and I am in a dilema if I want to use Java or processing for my project. I have no experience using Processing but it looks quite easy and similar to arduino. And it can be used to create applications that look very nice - which is quite hard to do in Java. But before I decide I need some advice.
I am building a smart home application using arduino boards and I need to make a computer "control application". Of course I want to be able to control my home from a distance using a website. What I want is an embedded web server for my application. Then I can simply connect to it with any web browser and use it like any web site. In Java I can get this using Jetty. Can I do something simillar using Processing?
EDIT: Since Processing can use Java libraries - Can I use jetty with my processing application? That way I could create a nice looking application fast and also have all that I want.
I am building a smart home application using arduino boards and I need to make a computer "control application". Of course I want to be able to control my home from a distance using a website. What I want is an embedded web server for my application. Then I can simply connect to it with any web browser and use it like any web site. In Java I can get this using Jetty. Can I do something simillar using Processing?
EDIT: Since Processing can use Java libraries - Can I use jetty with my processing application? That way I could create a nice looking application fast and also have all that I want.
1