mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-03 09:11:03 +00:00
The lightweight (but full-featured) Matrix server, written in Go language
cmd | ||
internal | ||
logo | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md | ||
STATUS.md |
Signaller
A Matrix homeserver, which written in Go language.
This is a lightweight (but full-featured) Matrix server, written in Go language, which has ease of deployment. The implementation is aimed specifically to HOMEservers (which are usually small, for example, Raspberry Pi).
Table of Contents
Building
$ git clone https://github.com/signaller-matrix/signaller.git
$ cd signaller
$ make
Usage
# TODO
./signaller
Project status
Currect implemented Matrix APIs (version of specs: r0.5.0): see STATUS document.
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2019 nxshock