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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,9 @@ Basically you have a Relay server somewhere in your network, which can act as a
257
257
258
258
## Relay server
259
259
Server is completely passive, allowing other peers to discover and send messages to each other. Additionally NAT traversal methods such as UDP holepunching provided to allow direct communication via Internet or LAN (UDP only so far, but we have reliable udp).
260
+
261
+
```Relay Server Is Serialization Agnostic``` which means any serialized network Peers, (Protobuff, MessagePack etc) can use the same relay server.
262
+
260
263
<br/> To use the Relay server, simply declere your server as:
0 commit comments