signaller/README.md

1.5 KiB

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/nxshock/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