alex 932a9b62a7
start: make http server's listening host/port compatible with IPv6 (#14)
previously, a command like this to listen on IPv6 loopback:

    HOST=::1 PORT=7447 go run ./basic/

would exit immediately because ::1:7447 is an invalid address.

IPv6 addresses contain columns, so a simple host + port concatenation
doesn't work. net.JoinHostPort is a function to do exactly that.
2022-12-24 18:53:05 -03:00
2022-12-24 18:52:06 -03:00
2022-12-24 18:52:06 -03:00
2022-12-24 18:52:06 -03:00
2022-12-24 18:52:06 -03:00
2022-01-02 17:30:35 -03:00
2022-01-02 17:30:35 -03:00

Nostr Relay Framework -- use it to implement your own custom relay.

There is an example/reference implementation at basic. Binaries for that are also available under Releases.

GoDoc

Description
a framework for making custom Nostr relays
Readme Unlicense 13 MiB
Languages
Go 100%