Mirror/docs/Transports/index.md

11 lines
533 B
Markdown
Raw Normal View History

# Transports Overview
- [TCP - Telepathy](Telepathy)
2019-01-07 03:40:24 +00:00
Simple, message based, MMO Scale TCP networking in C#. And no magic.
- [UDP - Ignorance](Ignorance)
2019-01-07 03:40:24 +00:00
Ignorance implements a reliable and unreliable sequenced UDP transport.
- [WebGL - Groove](Groove)
2019-01-07 03:40:24 +00:00
WebSockets transport layer for Mirror that target WebGL clients, without relying on Unity's stodgy old LLAPI.
- [Steam - Fizzy](Fizzy)
2019-01-07 03:40:24 +00:00
A complete rebuild utilising Async (Previously SteamNetNetworkTransport) of a Steam P2P network transport layer.