Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubiojr/snr
- Owner: rubiojr
- Created: 2023-02-13T22:16:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T11:16:12.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T17:56:51.948Z (6 months ago)
- Topics: nostr
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```