mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
doc: Added Libuv2k Transport doc
This commit is contained in:
parent
40e3625a8c
commit
2842d9be8e
BIN
doc/Articles/Transports/Libuv2k.PNG
Normal file
BIN
doc/Articles/Transports/Libuv2k.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.5 KiB |
16
doc/Articles/Transports/Libuv2k.md
Normal file
16
doc/Articles/Transports/Libuv2k.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Libuv2k Transport
|
||||
|
||||
**Libuv2k transport for Mirror.**
|
||||
|
||||
![The Libuv2k Transport component in the Inspector window](Libuv2k.PNG)
|
||||
|
||||
## About this transport
|
||||
Details coming soon!
|
||||
|
||||
## Usage
|
||||
Details coming soon!
|
||||
|
||||
## Features
|
||||
Details coming soon!
|
||||
|
||||
## Credits
|
@ -4,6 +4,8 @@ Mirror is a high level Networking Library that can use several different low lev
|
||||
|
||||
- [KCP - KCP Transport](KCPTransport.md) based on kcp.c v1.7, nearly translated 1:1.
|
||||
|
||||
- [TCP - Libuv2k](Libuv2k.md) based on Native C networking backend used by Node.js.
|
||||
|
||||
- [TCP - Telepathy](Telepathy.md) Simple, message based, MMO Scale TCP networking in C\#. And no magic.
|
||||
|
||||
- [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.
|
||||
|
@ -2,6 +2,8 @@
|
||||
href: index.md
|
||||
- name: KCP - KCP Transport
|
||||
href: KCP.md
|
||||
- name: TCP - Libuv2k
|
||||
href: Libuv2k.md
|
||||
- name: TCP - Telepathy
|
||||
href: Telepathy.md
|
||||
- name: WebGL - SimpleWebTransport
|
||||
|
Loading…
Reference in New Issue
Block a user