Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubiojr/snr

Simple Nostr relay server
https://github.com/rubiojr/snr

nostr

Last synced: 27 days ago
JSON representation

Simple Nostr relay server

Awesome Lists containing this project

README

        

# Simple Nostr relay server

A simple Nostr relay server that stores events in a SQLite database.

Based on [fiatjaf/relayer](https://github.com/fiatjaf/relayer/tree/master/basic) basic relay implementation.

## Running

```
docker run -p 7447:7447 -v $PWD/data:/data ghcr.io/rubiojr/snr:latest
```

## Building

```
go build
```