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

https://github.com/codytseng/nostr-relay-sqlite

This is a simple Nostr Relay server powered by nostr-relay
https://github.com/codytseng/nostr-relay-sqlite

Last synced: about 1 month ago
JSON representation

This is a simple Nostr Relay server powered by nostr-relay

Awesome Lists containing this project

README

        

# nostr-relay-sqlite

This is a simple Nostr Relay server powered by [nostr-relay](https://github.com/CodyTseng/nostr-relay). And the purpose of this project is to provide a simple example of how to use [nostr-relay](https://github.com/CodyTseng/nostr-relay)

## Usage

```bash
# install dependencies
npm install

# build
npm run build

# start server
npm run start

# custom port
# npm run start -- --port 3000

# custom database file
# npm run start -- --file ./nostr.db
```

## Donate

If you like this project, you can buy me a coffee :) ⚡️ [email protected] ⚡️

## License

MIT