Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stratigos/nodepubsubexamplesubscriber
nodejs example socket listening app. Uses express, axon, and socket.io.
https://github.com/stratigos/nodepubsubexamplesubscriber
Last synced: about 1 month ago
JSON representation
nodejs example socket listening app. Uses express, axon, and socket.io.
- Host: GitHub
- URL: https://github.com/stratigos/nodepubsubexamplesubscriber
- Owner: stratigos
- Created: 2015-04-03T04:46:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-06T17:26:08.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T19:50:12.183Z (3 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### nodejs pubsub socket listening / subscribing example ###
// assumes publisher has created some content, stored in redis
// run `node app`
Navigate to http://localhost:3000 to view results. If no valid URLs are used in the publisher examples,
view generated page source to see added data (HTML / img tags).@see https://github.com/Stratigos/nodepubsubexample for publisher example