GaryFu / nodejs-online-users

Show online users on the map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Show online users on the map


Languages

Language:JavaScript 98.5%Language:HTML 1.0%Language:CSS 0.5%