I’ve been a Processing heavy user for years. Among other things have used loadString() quite a lot to fetch information from web server(s) . Is there a counterpart to loadStrings() which would allow me to do a HTTP post to (my own) webserver? I looked in the documentation and saveStrings doesn’t seem to support the use of URL parameters.
Or, should I just start learning P5*js? I’m afraid the latter is true
However, isn’t available in Java 7-8 / Processing 3.x. For that, you can use the HTTP Requests For Processing by Madson and Shiffman – the library is installed through Contributions Manager. Here are related discussions: