Open chiefGui opened 10 years ago
Hi Guilherme. I will try to release an example game soon that uses score.js
At the moment it's a pure client-side though can easily be synchronised by saving and reading the scorecard to a server-side db.
How would you like it working with a server-side language? Hooks for api calls?
Thanks Nic
I think the best use of this library is with a JavaScript framework like AngularJS and with Firebase backend so make everything super easy? I am trying to do that. So which part of the code I need to swatch out and save the score data to Firebase or external realtime JSON database?
Can you give me a real example of what's the big deal of score.js? How can I use it in production?
I loved the final result, but I'm trying to find a way to use it with a server-side language.