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
- Host: GitHub
- URL: https://github.com/codytseng/nostr-relay-sqlite
- Owner: CodyTseng
- License: mit
- Created: 2024-01-16T15:25:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-21T16:01:06.000Z (11 months ago)
- Last Synced: 2025-01-31T04:48:36.020Z (4 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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