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

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

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.