Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/francbartoli/real-time-map
- Owner: francbartoli
- License: mit
- Created: 2015-03-09T09:55:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T20:09:58.000Z (over 10 years ago)
- Last Synced: 2024-10-12T16:38:06.434Z (about 1 month ago)
- Language: CSS
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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