Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpb587/bosh-heartbeat-vms-vue-experiment


https://github.com/dpb587/bosh-heartbeat-vms-vue-experiment

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

An experiment with [bosh](https://bosh.io) + [nats-go](https://github.com/nats-io/go-nats) + [websockets](https://github.com/gorilla/websocket) + [vue.js](https://vuejs.org/) + [tachyons](http://tachyons.io/).

Connect to bosh director's nats server, subscribing to heartbeat messages, and forwarding them to connected browsers, so a user can see a sortable, live-updating table of VM vitals.

$ export NATS_URI="$( bosh int bosh.yml --path /instance_groups/0/properties/agent/mbus )"
$ go run main.go &
$ open http://localhost:8000/

![image](image.png)

[MIT License](LICENSE)