https://github.com/ankurgel/node-analytics
Node application interacting with Redis via Pub/Sub
https://github.com/ankurgel/node-analytics
Last synced: 3 months ago
JSON representation
Node application interacting with Redis via Pub/Sub
- Host: GitHub
- URL: https://github.com/ankurgel/node-analytics
- Owner: AnkurGel
- Created: 2013-08-14T01:28:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-14T02:00:11.000Z (almost 12 years ago)
- Last Synced: 2025-02-08T04:27:00.511Z (4 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#node-analytics
##Description
This is a node application interacting with Redis via [Pub/Sub](http://en.wikipedia.org/wiki/Publish/subscribe) system.
It is subscribing to a channel named `realtime`; the data is published via a Django application to Redis.Also uses [`angular.js`](http://angularjs.org/) to update the DOM as soon as the client receives the change in model.
##Usage
`npm install socket.io redis hiredis express`
`node index.js`##Todo:
* Fight with the custom emitter, which sometimes _do not_ emit the change.
* Make a generalized `package.json`.
* Almost everything at front-end.##Copyright
Copyright (c) 2013 Ankur Goel