Hi,
Just to give you a steer i’m no coding genius so please be gentle.
I’d like to connect Playcanvas to a simple read only database. I have a client who wants to be able to define some basic parameters outside of Playcanvas and have them instantly updated in ‘game’ when it loads (even a csv or similar file hosted on dropbox/box etc would do it, it just needs to be really easy to update their end).
The database isn’t large or complicated, just a list of on/off parameters for about 20 related entities I have in my project, but this could swell to 200 or more.
I’ve had a play around with Node.js & sqlite in the past so i’m more familiar with those than anything else, but like i said i’m no pro when it comes to back-end.
Could someone give me a step by step/ hello world or failing that list out the stack I’d need to make something like this work and how i’d implement it in PlayCanvas.
Thanks,
PandaC