Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 779 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 779 Bytes

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.

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