netpoll
A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.
How to download and setup netpoll
Open terminal and run command
git clone https://github.com/cloudwego/netpoll.git
git clone is used to create a copy or clone of netpoll repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with netpoll https://github.com/cloudwego/netpoll/archive/master.zip
Or simply clone netpoll with SSH
[email protected]:cloudwego/netpoll.git