Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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]

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/)