Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechanicles/espn_cricinfo_frontend
Cricket Live Score Example using RabbitMQ. [Subscriber/Receiver Microservice]
https://github.com/mechanicles/espn_cricinfo_frontend
Last synced: 7 days ago
JSON representation
Cricket Live Score Example using RabbitMQ. [Subscriber/Receiver Microservice]
- Host: GitHub
- URL: https://github.com/mechanicles/espn_cricinfo_frontend
- Owner: mechanicles
- Created: 2016-09-06T11:34:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:59:46.000Z (almost 2 years ago)
- Last Synced: 2023-04-15T22:36:44.005Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://espn-cricinfo-frontend.herokuapp.com/
- Size: 393 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Cricket Live Score Example using RabbitMQ. [Subscriber/Receiver Microservice]
In this microservice, we get the real time match score from publisher microservice
[https://github.com/mechanicles/espn_cricinfo](https://github.com/mechanicles/espn_cricinfo)
& then we update that score to our users.#### Setup
- Add required Stomp & StockJS javascript files. (Already added in this repo)
#### Demo
- Publisher Microservice - [https://espn-cricinfo.herokuapp.com/](https://espn-cricinfo.herokuapp.com/)
- Subscriber Microservice - [https://espn-cricinfo-frontend.herokuapp.com/](https://espn-cricinfo-frontend.herokuapp.com/)