Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 393 Bytes

File metadata and controls

10 lines (8 loc) · 393 Bytes

DeviceRecognitionTest

This is a simple Node.js application that maintains a list of unique devices that have connected, designed to use no client-side storage and to identify browsers on the same platform to be the same.

To run application: Install all dependencies using npm and start the server

  $ npm install
  $ nodejs app.js

Access the application at localhost:3000