Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Message broker to publish real-time data from the Komakallio observatory

Notifications You must be signed in to change notification settings

komakallio/koma-message-broker

Repository files navigation

Message Broker

Simple message broker that receives data from Komakallio Message Relay and publishes it via Socket.io, so the data can be consumed with e.g. a web application running in a browser.

The preferred way of starting the message broker is by using Docker. You can execute the following to start the service:

docker-compose up -d

To run the message broker without Docker, run the following:

npm install
npm start

About

Message broker to publish real-time data from the Komakallio observatory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published