https://github.com/avlo/nostr-websocket-client
https://github.com/avlo/nostr-websocket-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/avlo/nostr-websocket-client
- Owner: avlo
- License: apache-2.0
- Created: 2024-08-28T09:51:36.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T03:55:03.000Z (9 months ago)
- Last Synced: 2025-01-15T17:18:39.270Z (4 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot 3.3.1 WebFlux Reactive WebSocket Nostr client #
----
### Dependencies ###
#### 1. A separately running Nostr relay. ####
_See [SuperConductor](https://github.com/avlo/superconductor) for a Nostr-Relay reference implementation_
#### 2. Update [application.yml / relayUrl](src/main/resources/application.yml#L13) configuration. ####----
### Running the Client ###
$ ./gradlew bootRunA single client instance will connect to the relay specified in [application.yml](src/main/resources/application.yml#L13).
It will then send a message while logging any messages received from the relay.
After 5 seconds the client will disconnect, and the application will terminate.