Skip to content

jiftechnify/nostr-noop-relays-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostr-noop-relays-wasm

A collection of no-op Nostr relays run on WebAssembly.

For instructions for building and running relay impls, see README in respective directories.

List of Implementations

Target Wasm Runtime Language Impl. Details
WasmEdge Rust tokio, tungstenite(with both WasmEdge customized, based on wasmedge_wasi_socket)
WasmEdge Go stealthrocket/net for WASI Sockets support, nhooyr.io/websocket
Wasmer + WASIX Rust tokio(with WASIX customized), tungstenite
Wasmtime Rust tokio(with unstable net feature support for WASI), tungstenite

What is the no-op relay?

Please refer to the description.