Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/cagliostr

nostr relay written in C++
https://github.com/mattn/cagliostr

nostr nostr-relay

Last synced: about 1 month ago
JSON representation

nostr relay written in C++

Awesome Lists containing this project

README

        

# cagliostr

High performance Nostr Relay written in C++

![cagliostr](cagliostr.png)

## Usage

```
$ ./cagliostr --help
Usage: cagliostr [--help] [--version] [-database DATABASE] [-loglevel LEVEL]

Optional arguments:
-h, --help shows help message and exits
-v, --version prints version information and exits
-database DATABASE connection string [default: "./cagliostr.sqlite"]
-loglevel LEVEL log level [default: "info"]
```

## Requirements

* OpenSSL
* libsqlite3

## Installation

```
$ git submodule update --init --recursive
$ cmake -B build && cmake --build build
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a. mattn)