/CasaOS-MessageBus

Message bus accepts events and actions from various sources and delivers them to subscribers

Primary LanguageGoApache License 2.0Apache-2.0

CasaOS-MessageBus

Go Reference Go Report Card goreleaser codecov

Message bus accepts events and actions from various sources and delivers them to subscribers.

See openapi.yaml for API specification.

publish api to npm

edit version in package.json

run

yarn

yarn start

publish

Manual publish

yarn publish

Auto publish

git push origin dev**