https://github.com/icewhaletech/casaos-messagebus
Message bus accepts events and actions from various sources and delivers them to subscribers
https://github.com/icewhaletech/casaos-messagebus
go golang notification-api pubsub rest-api websocket
Last synced: 10 days ago
JSON representation
Message bus accepts events and actions from various sources and delivers them to subscribers
- Host: GitHub
- URL: https://github.com/icewhaletech/casaos-messagebus
- Owner: IceWhaleTech
- License: apache-2.0
- Created: 2022-11-06T21:00:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T06:38:27.000Z (16 days ago)
- Last Synced: 2025-04-16T08:10:33.459Z (16 days ago)
- Topics: go, golang, notification-api, pubsub, rest-api, websocket
- Language: Go
- Homepage:
- Size: 193 KB
- Stars: 8
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CasaOS-MessageBus
[](https://pkg.go.dev/github.com/IceWhaleTech/CasaOS-MessageBus) [](https://goreportcard.com/report/github.com/IceWhaleTech/CasaOS-MessageBus) [](https://github.com/IceWhaleTech/CasaOS-MessageBus/actions/workflows/release.yml) [](https://codecov.io/gh/IceWhaleTech/CasaOS-MessageBus)
Message bus accepts events and actions from various sources and delivers them to subscribers.
See [openapi.yaml](./api/message_bus/openapi.yaml) for API specification.
## publish api to npm
### edit version in package.json
### run
```bash
yarnyarn start
```### publish
Manual publish
```bash
yarn publish
```Auto publish
```bash
git push origin dev**
```