Mirror/doc/Articles/Transports/Libuv2k.md

20 lines
443 B
Markdown
Raw Normal View History

2020-11-02 16:36:32 +00:00
# Libuv2k Transport
**Libuv2k transport for Mirror.**
![The Libuv2k Transport component in the Inspector window](Libuv2k.PNG)
## About this transport
2020-11-02 18:24:42 +00:00
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.
2020-11-02 16:36:32 +00:00
## Usage
2020-11-02 18:24:42 +00:00
Add the component to your NetworkManager.
2020-11-02 16:36:32 +00:00
## Features
2020-11-02 18:24:42 +00:00
* TCP
2020-11-02 16:36:32 +00:00
## Credits
2020-11-02 18:24:42 +00:00
libuv(https://github.com/libuv/libuv)