The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-08-29 21:05:40 +05:00
cmd Update imports 2019-08-03 19:19:18 +05:00
internal Add createRoom handler 2019-08-29 21:05:40 +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 chore: Remove sortedset dependency 2019-08-18 18:34:11 +04:00
go.sum chore: Remove sortedset dependency 2019-08-18 18:34:11 +04:00
LICENSE Initial commit 2019-07-18 19:00:50 +05:00
Makefile chore: Add "clean" section in Makefile 2019-08-18 18:32:19 +04:00
README.md docs: Add chatroom badges to README 2019-08-18 15:20:54 +04: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 English Chat Room Russian Chat Room

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