We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi !
I've made a website, which is an interface fully generated by p5 functions.
-> nicolas-nuzillard.fr
I would like to know the behaviour of my visiters by storing values that reprents the number of time a specific (hand made) button is clicked. I would like to store those values in a data base. For info, those buttons do not behave like a 'submit' action, so my custum "onButtonPressed" function should do the job (no html).
I read that this kind of action isn't safe. Anyway I still don't know how to do this. Has someone any idea ?
Thanks
Nicolas N
Answers
https://github.com/processing/p5.js/wiki/p5.js,-node.js,-socket.io
I found a node.js solution which is is exacly what I was expecting for. The only problem is that my host do not not allow to use node.js. Any solution with php ?
Try FireBase: http://shiffman.net/a2z/firebase/
Kf
Thank you soo much ! :)