How do I create a visits counter which refreshes everytime someone opens the app? So that everybody can see how many visits the app actually has.
Develop games in your browser. Powerful, performant & highly capable.
Sounds to me you'd need an online database for that, someone with knowledge of php and mysql could probably easily add 1 to a number everytime an ajax call is made to the php..