Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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