Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonle/nhttp-adapter
An adapter for NoH relay server to nostr websocket relay.
https://github.com/yonle/nhttp-adapter
nostr
Last synced: about 1 month ago
JSON representation
An adapter for NoH relay server to nostr websocket relay.
- Host: GitHub
- URL: https://github.com/yonle/nhttp-adapter
- Owner: Yonle
- License: bsd-3-clause
- Created: 2024-01-05T11:15:00.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-06T00:29:35.000Z (10 months ago)
- Last Synced: 2024-01-06T13:40:29.486Z (10 months ago)
- Topics: nostr
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## nhttp-adapter
An adapter for NoH relay server to nostr websocket relay.## Setting up
```
git clone https://github.com/Yonle/nhttp-adapter
cd nhttp-adapter
npm i
```Copy `config.js.example` to `config.js`, Edit `config.js`.
Running:
```
node index.js
```