ssbc / go-ssb-room

Room server implemented in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does this expose a ws connection for ssb-browser-core?

frankiebee opened this issue · comments

it's a little unclear from the documentation but does this room expose a ws port/connection? I'm trying to build some browser libraries using ssb-browser-core and wondering if this room already suports that.

@frankiebee yeh that is possible afaiu but not documented, see #180. If you get something working, it'd be great to see some docs! Not using this feature myself but perhaps @arj03 @KyleMaas might know something about it 🤞

It does. See

I have one running at: wss:between-two-worlds.dk:443~shs:Px7ZxMT4mtpqiNH+PHyao9+o0RdQ/nzU5qznf7WMNIE=.

Grand job, thanks! Maybe let's close this and leave #180 open for documentation as the main remaining thing to solve here.

Thanks y'all!