We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I haven't done much of any networking from inside processing and it's been many years since I did any web development. Just want basic functionality to upload a name and score from a processing game to a website. I can figure out how to display the leader board from inside processing just using loadStrings(). But I have no ideas on how to upload the score from inside processing, perhaps the Client class? Or embed the score information into a url to request to the server like loadStrings("gamesite.com/leadbd/name&score")?. As far as the web end, I'm open to suggestions on what to use, do I still need an sql database or could I perhaps do this from p5.js?
use an api/servce?
html5 and wedb?
Answers
Never done server stuff before yet. But I guess it's worth to take a look at this Processing 3rd-party library to check whether it's enough for what you need to do: :-\"
https://Github.com/runemadsen/HTTP-Requests-for-Processing