Posts made in October 2010
A port of PHP’s get_browser function to a native node.js module, including a JavaScript browscap.ini parser.
I use PHP’s get_browser function to identify web browsers from user agent strings on several sites. I wanted this ability in a node.js application I’m writing, so I wrote a JavaScript implementation to use.