README.md (879B)
1 # Matrix-Appservice-Go 2 This is a Matrix Application Service framework written in Golang. 3 The Framework is in Alpha nothing does yet work! 4 5 ## Support Room 6 Join the discussion at [#matrix-appservice-go:matrix.ffslfl.net](https://matrix.to/#/#matrix-appservice-go:matrix.ffslfl.net) 7 8 This can be used to quickly setup performant application services for almost 9 anything you can think of in a web framework agnostic way. 10 11 To create an app service registration file: 12 13 // TODO Add Example 14 15 You only need to generate a registration once, provided the registration info does not 16 change. Once you have generated a registration, you can run the app service like so: 17 18 // TODO Add Example 19 20 TLS Connections 21 =============== 22 If `MATRIX_AS_TLS_KEY` and `MATRIX_AS_TLS_CERT` environment variables are 23 defined and point to valid tls key and cert files, the AS will listen using 24 an HTTPS listener.