Hello,
I have to make unique visit counter for products (So ppl cant refresh the site and rise popularity). Since im working on RESTful api, I need idea how to do it (front is AngularJS and backend is Phalcon). I make a new column for visits number in db, at products table and now need idea for implementation of that system.
Thanks...