Skip to content

Commit

Permalink
Added Booster to transports list
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Langsenkamp committed Apr 16, 2020
1 parent 1369bcf commit 654084b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Transports/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Mirror is a high level Networking Library that can use several different low lev

- [TCP - Apathy](https://mirror-networking.com/apathy/) Apathy is a fast, lightweight, allocation-free low level TCP library for Unity developed by vis2k. Apathy was developed in native C for maximum MMO Scale networking performance.

- [TCP - Booster](https://mirror-networking.com/booster/) The Mirror Booster uncorks your multiplayer game by moving the Networking load out of Unity!

- [WebGL - WebSockets](WebSockets.md) WebSockets transport layer for Mirror that target WebGL clients, without relying on Unity's stodgy old LLAPI.

- [Multiplexer](Multiplexer.md) Multiplexer is a bridging transport to allow a server to handle clients on different transports concurrently, for example desktop clients using Telepathy together with WebGL clients using Websockets.
Expand Down

0 comments on commit 654084b

Please sign in to comment.