Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuhsat/subspace
Subspace is a fast, memory only signal broker, using atomic network operations, with no further dependencies.
https://github.com/cuhsat/subspace
broker fast go memory network retention signal subspace udp
Last synced: about 1 month ago
JSON representation
Subspace is a fast, memory only signal broker, using atomic network operations, with no further dependencies.
- Host: GitHub
- URL: https://github.com/cuhsat/subspace
- Owner: cuhsat
- License: mit
- Created: 2023-06-26T17:11:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:30:44.000Z (about 1 month ago)
- Last Synced: 2024-12-06T23:19:23.942Z (about 1 month ago)
- Topics: broker, fast, go, memory, network, retention, signal, subspace, udp
- Language: Go
- Homepage: https://pkg.go.dev/github.com/cuhsat/subspace
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ![](assets/subspace.svg) Subspace [![Go Reference](https://pkg.go.dev/badge/github.com/cuhsat/subspace.svg)](https://pkg.go.dev/github.com/cuhsat/subspace) [![Go Report Card](https://goreportcard.com/badge/github.com/cuhsat/subspace?style=flat-square)](https://goreportcard.com/report/github.com/cuhsat/subspace) [![Release](https://img.shields.io/github/release/cuhsat/subspace.svg?style=flat-square)](https://github.com/cuhsat/subspace/releases/latest)
Subspace is a fast, memory only signal broker using atomic network operations.## How to
Start a subspace
```sh
$ subspace
```Send a signal
```sh
$ echo foo | ss
```Scan for signals
```sh
$ ss
```## License
Released under the [MIT License](LICENSE).