https://github.com/matrix-org/matrix-websockets-proxy
Websockets wrapper for matrix.org homeservers
https://github.com/matrix-org/matrix-websockets-proxy
Last synced: about 1 year ago
JSON representation
Websockets wrapper for matrix.org homeservers
- Host: GitHub
- URL: https://github.com/matrix-org/matrix-websockets-proxy
- Owner: matrix-org
- License: apache-2.0
- Created: 2015-11-26T17:13:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T13:03:44.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T13:36:17.732Z (over 1 year ago)
- Language: Go
- Size: 50.8 KB
- Stars: 14
- Watchers: 30
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-websockets-proxy
This project provides a websockets wrapper for a Matrix.org homeserver. See
https://github.com/matrix-org/matrix-doc/blob/master/drafts/websockets.rst
for information on the protocol it implements.
To run it, you will need a working `go` installation, including a correctly-set
[GOPATH](https://golang.org/doc/code.html#GOPATH).
You can then download and build matrix-websockets-proxy with:
go get github.com/matrix-org/matrix-websockets-proxy
The above will clone the repository into
`$GOPATH/src/github.com/matrix-org/matrix-websockets-proxy`, and build the
binary at `$GOPATH/bin/matrix-websockets`.
To run it, just do:
$GOPATH/bin/matrix-websockets-proxy
To rebuild, use:
go build github.com/matrix-org/matrix-websockets-proxy