This website requires JavaScript.
Explore
Help
Sign In
nostr
/
nostr-rs-relay
Watch
1
Star
0
Fork
0
You've already forked nostr-rs-relay
mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced
2024-11-22 17:19:07 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e7d0ab1aca
nostr-rs-relay
/
src
/
lib.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
feat: parse and validate events from websockets Establishes a websocket listener, parses events, and performs validation to ensure valid signatures.
2021-12-05 17:53:26 -05:00
pub
mod
conn
;
pub
mod
error
;
pub
mod
event
;
pub
mod
protostream
;
feat: parse subscriptions from websockets Parses subscription requests (REQ, but not CLOSE). Performs no subscription state management yet.
2021-12-05 18:15:50 -05:00
pub
mod
subscription
;
Reference in New Issue
Copy Permalink