/nodejs-online-users

Show online users on the map

Primary LanguageJavaScript

Nodejs Online Users

Show online users on google map by using express.js, socket.io

Installation

  1. Install MongoDB

    https://docs.mongodb.com/manual/installation/

  2. Clone and install dependencies

    git clone https://github.com/smoqadam/nodejs-online-users
    cd nodejs-online-users
    npm install

    change the url in public/javascripts/scripts.js to your server domain or ip address:

    // var url = http://online.smoqadam.me
    var url = 'localhost:3000';

Demo

http://online.smoqadam.me