The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-07-22 21:53:39 +05:00
cmd Add create room method plus some rework of backend 2019-07-21 14:43:14 +05:00
internal Add room users method 2019-07-22 21:02:53 +05:00
.gitignore refactor: Refactor models module structure 2019-07-19 19:52:03 +04:00
.travis.yml Add coverall 2019-07-22 21:53:39 +05:00
go.mod chore: Add go mod support 2019-07-18 18:56:04 +04:00
go.sum chore: Add go mod support 2019-07-18 18:56:04 +04:00
LICENSE Initial commit 2019-07-18 19:00:50 +05:00
Makefile Add coverall 2019-07-22 21:53:39 +05:00
README.md Update readme 2019-07-22 19:11:50 +05:00

Signaller

Simple Matrix server written in Go.

Currently only memory backend are supported.

Build Status

Implemented from Client-Server API: