You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Rust HTTP Rendezvous Server
2
2
3
-
Like https://github.com/matrix-org/node-http-rendezvous-server but in Rust
4
-
5
3
An implementation of [MSC3886: Simple rendezvous capability](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) that can be used standalone or packaged as a Synapse module.
6
4
7
5
Functionality constraints:
@@ -10,6 +8,12 @@ Functionality constraints:
10
8
- the server does not need to work in a clustered/sharded deployment
11
9
- no authentication is needed for use of the server
12
10
11
+
## Installation
12
+
13
+
For instructions on usage as a Synapse module, see [matrix-http-rendezvous-synapse](https://pypi.org/project/matrix-http-rendezvous-synapse/) on PyPI.
0 commit comments