Online leaderboard

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?

Tagged:

Answers

Sign In or Register to comment.