Hello, i'm working on a project of distributed computation (like seti@home). At the moment, i have the server and the client working fine (written in C). I'd like to do a web site where users can see their stats etc. ...
This site will not be on the same machine on which the server is running. How should i do ?
Should I use MySQL and if yes how do I manage the bd with the server (or the clientsà ?
Should I use db.h in the server but if yes how can I make the website fetch the data ?
Thank you for your help