Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

MTRNord/matrix-appservice-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Appservice-Go

This is a Matrix Application Service framework written in Golang. The Framework is in Alpha nothing does yet work!

Support Room

Join the discussion at #matrix-appservice-go:matrix.ffslfl.net

This can be used to quickly setup performant application services for almost anything you can think of in a web framework agnostic way.

To create an app service registration file:

// TODO Add Example

You only need to generate a registration once, provided the registration info does not change. Once you have generated a registration, you can run the app service like so:

// TODO Add Example

TLS Connections

If MATRIX_AS_TLS_KEY and MATRIX_AS_TLS_CERT environment variables are defined and point to valid tls key and cert files, the AS will listen using an HTTPS listener.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages