10 lines
330 B
Markdown
10 lines
330 B
Markdown
|
# matrix-appservice-go
|
||
|
A [Matrix](https://matrix.org) [Application Service](https://matrix.org/docs/guides/application_services.html) framework written in Go.
|
||
|
|
||
|
This is highly work in progress, but the base appservice framework should be somewhat usable.
|
||
|
|
||
|
## Installation
|
||
|
```bash
|
||
|
go get -u maunium.net/go/mautrix-appservice-go
|
||
|
```
|