Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 801 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 801 Bytes

A couple of demos of user tracking with JavaScript.

I show some methods how to send user data back into the server. More details in my blog article (in Chinese).

How to play

First, clone the repo.

$ git clone https://github.com/ruanyf/user-tracking-demos.git
$ cd user-tracking-demos

Install the dependences, then launch the server.

$ npm install
$ node server.js

Visit http://localhost:3000 in your browser. Follow the instruction on the page, then watch what happens in the commandline.