Skip to content

smoqadam/nodejs-online-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages