An implementation of the ATProto statusphere example app but in Go

merge

Signed-off-by: Will Andrews <did:plc:dadhhalkfcq3gucaq25hjqon>

willdot.net 81d2c6f7 d7c5549d

verified
+1 -1
+1 -1
cmd/main.go
··· 21 21 ) 22 22 23 23 const ( 24 - defaultServerAddr = "wss://jetstream.atproto.tools/subscribe" 24 + defaultServerAddr = "wss://jetstream1.us-west.bsky.network/subscribe" 25 25 httpClientTimeoutDuration = time.Second * 5 26 26 transportIdleConnTimeoutDuration = time.Second * 90 27 27 defaultPort = "8080"