The lightweight (but full-featured) Matrix server, written in Go language
Go to file
2019-07-19 13:30:07 +04:00
cmd refactor: Change project structure to default (Standard Golang project layout) 2019-07-19 11:39:53 +04:00
internal fix: Change port number of server (because Linux prohibits listening on 80 port for non-root users) 2019-07-19 11:45:11 +04:00
.gitignore other: Add exec to .gitignore 2019-07-19 11:45:50 +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 chore: Add Makefile 2019-07-19 11:40:15 +04:00
README.md Make travis link 2019-07-18 19:33:36 +05:00

Signaller

Simple Matrix server written in Go.

Build Status