Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francbartoli/real-time-map

An example of real-time web map developed with node.js, SockJS, Redis, Django and LeafletJS
https://github.com/francbartoli/real-time-map

Last synced: 3 days ago
JSON representation

An example of real-time web map developed with node.js, SockJS, Redis, Django and LeafletJS

Awesome Lists containing this project

README

        

real-time-map
=============

An example of real-time web map developed with node.js, SockJS, Redis, Django and LeafletJS

Demo


Demo link - coming soon ...

How Does It Work


..description coming soon..

Installation



  • Install node.js

  • Install SockJS npm install sockjs

  • Install Express npm install express

  • Install redis npm install redis

  • Install http-server npm install http-server

  • Install requirements for Django project pip install -r requirements.txt

Getting Started



  • Start Django development server on port 8000 python manage.py runserver 8000

  • Run (in background) myserver.js script from folder nodejs_file node myserver.js

  • Start celery deamon in beat mode python manage.py celeryd -v 2 -B -s celery -E -l INFO

When you have installed all dependencies and started your development server (with neccessary scripts running in background) you can check your real-time map demo by going at http://127.0.0.1:8000/

More info coming soon ...

License


MIT Licensed. See LICENSE.md