confusingstraw commented on issue #71:
URL: 
https://github.com/apache/incubator-flagon-useralejs/issues/71#issuecomment-811136456


   i think they offer two different things. `detect-browser` tells us which 
browser we're running in (mostly via a set of User-Agent regexs), 
`fingerprintjs` tries to identify the _individual computer_ that is running the 
page. it does this by gathering a bunch of runtime info about the browser 
(which APIs/hardware are available, how do they look, etc.) and generating a 
fingerprint.
   
   my suggestion before was that we could probably just do our own 
`detect-browser` work, and remain dependency-free. the `fingerprintjs` mention 
was a bit tangential, as user identification has been of interest to the 
project before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to