Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduidl/digitalis
https://github.com/eduidl/digitalis
foxglove rust
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduidl/digitalis
- Owner: eduidl
- License: apache-2.0
- Created: 2023-04-10T15:25:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T13:40:03.000Z (over 1 year ago)
- Last Synced: 2024-11-09T10:30:11.394Z (about 2 months ago)
- Topics: foxglove, rust
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digitalis
Rust implementation of the [foxglove/ws-protocol](https://github.com/foxglove/ws-protocol/blob/main/docs/spec.md).
## Server example
```sh
cargo run -p digitalis-server --example rotate_box --release
```![image](https://github.com/eduidl/digitalis/assets/25898373/c26a8e0d-f63c-4fb3-a4e4-e825ece0245d)