Mirror/doc/Articles/Transports/Libuv2k.md
2020-11-02 19:24:42 +01:00

20 lines
443 B
Markdown

# Libuv2k Transport
**Libuv2k transport for Mirror.**
![The Libuv2k Transport component in the Inspector window](Libuv2k.PNG)
## About this transport
libuv2k is a TCP transport using libuv(https://github.com/libuv/libuv).
libuv is the native C networking backend behind Node.js.
It's battle tested and extremely fast.
## Usage
Add the component to your NetworkManager.
## Features
* TCP
## Credits
libuv(https://github.com/libuv/libuv)