The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-07-22 19:46:21 +05:00
cmd Add create room method plus some rework of backend 2019-07-21 14:43:14 +05:00
internal Add token generator test 2019-07-22 19:46:21 +05:00
.gitignore refactor: Refactor models module structure 2019-07-19 19:52:03 +04:00
.travis.yml chore: Change .travis.yml 2019-07-19 13:30:07 +04: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 Try install instead of build 2019-07-21 15:02:58 +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: