Skip to content

ssbc/go-ssb-room

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 10, 2022 22:37
May 14, 2022 13:35
cmd
November 7, 2022 11:18
November 11, 2022 19:12
November 7, 2022 11:18
November 7, 2022 11:18
November 11, 2022 19:15
November 7, 2022 11:18
November 7, 2022 11:18
November 8, 2022 14:31
May 25, 2021 12:39
November 21, 2022 13:23

Go-SSB Room

REUSE status

This repository implements the Room (v1+v2) server spec, in Go.

It includes:

  • secret-handshake+boxstream network transport, sometimes referred to as SHS, using secretstream
  • muxrpc handlers for tunneling connections
  • a fully embedded HTTP server & HTML frontend, for administering the room

See this project for current focus.

⭐ Features

  • Rooms v1 (tunnel.connect, tunnel.endpoints, etc.)
  • User management (allow- & denylisting + moderator & administrator roles), all administered via the web dashboard
  • Multiple privacy modes
  • Sign-in with SSB
  • HTTP Invites
  • Alias management

For a comprehensive introduction to rooms 2.0, πŸŽ₯ watch this video. For a description of MuxRPC APIs see https://github.com/ssbc/rooms2

πŸš€ Deployment

If you want to deploy a room server yourself, follow our deployment.md docs.

πŸ”§ Development

For an in-depth codebase walkthrough, see the development.md file in the docs folder of this repository.

πŸ§‘β€πŸ€β€πŸ§‘ Authors

License

MIT