The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-08-09 23:06:37 +05:00
cmd Update imports 2019-08-03 19:19:18 +05:00
internal Fix backend GetEventsSince interface func 2019-08-09 23:06:37 +05:00
logo Add logo border 2019-08-07 20:09:31 +05:00
.gitignore etc: Update .gitignore 2019-07-29 16:58:05 +04:00
.travis.yml Add coverall 2019-07-22 21:53:39 +05:00
CONTRIBUTING.md docs: Refactor README (for Standard README compliance), add CONTRIBUTING file [WIP] 2019-07-29 16:53:50 +04:00
go.mod feat: Add basic GetEventsSince method for backend 2019-08-09 21:02:33 +04:00
go.sum feat: Add basic GetEventsSince method for backend 2019-08-09 21:02:33 +04:00
LICENSE Initial commit 2019-07-18 19:00:50 +05:00
Makefile chore: Make target of Makefile "all" for building executable instead of go install and testing 2019-07-29 15:23:55 +04:00
README.md Add logo to README 2019-08-07 19:41:21 +05:00
STATUS.md Add implementation of room alias methods 2019-08-06 20:28:39 +05:00

logo Signaller

standard-readme compliant Build Status Coverage Status

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

@nxshock @ChronosX88

Contributing

See the contributing file!

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 nxshock