The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-07-23 19:24:18 +05:00
cmd Add create room method plus some rework of backend 2019-07-21 14:43:14 +05:00
internal Add send message event to memry backend 2019-07-23 19:24:18 +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 Fix home var 2019-07-22 21:56:08 +05:00
README.md Add coverage bage 2019-07-22 22:05:51 +05:00

Signaller

Simple Matrix server written in Go.

Currently only memory backend are supported.

Build Status Coverage Status

Implemented from Client-Server API: