Skip to content

matrix-org/matrix-websockets-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Websockets wrapper for matrix.org homeservers

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published