https://github.com/zshipko/qq
A message queue for MirageOS
https://github.com/zshipko/qq
mirageos queue
Last synced: about 1 year ago
JSON representation
A message queue for MirageOS
- Host: GitHub
- URL: https://github.com/zshipko/qq
- Owner: zshipko
- License: isc
- Created: 2018-10-27T01:15:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T19:44:41.000Z (over 4 years ago)
- Last Synced: 2025-03-24T12:21:34.823Z (about 1 year ago)
- Topics: mirageos, queue
- Language: OCaml
- Homepage:
- Size: 27.3 KB
- Stars: 7
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# qq
A message queue for MirageOS using [RESP](https://github.com/zshipko/resp)
## Installation
### Server
```shell
$ make
```
And an executable will be created named `server/qq`
### Client
```shell
$ opam pin add qq-client .
```
This will allow you to create `qq` clients using OCaml.