An open API service indexing awesome lists of open source software.

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

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