The SimpleML library

So I’m dealing right now with Asynchronous Request thing and I heard that Simple ML Library is terminated since 2010 for some reason, is there any library that I can use for an alternative to SimpleML, if none, how can we deal with Asynchronous Request now?.

When you say “asynchronous request thing” – what, specifically, are you trying to do?

I’m trying to retrieve a raw data from web pages using a “blocking function” loadStrings().

One option if you want something to not be blocking: use thread.

https://processing.org/reference/thread_.html

1 Like