gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
How to download and setup gnet
Open terminal and run command
git clone https://github.com/panjf2000/gnet.git
git clone is used to create a copy or clone of gnet 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 gnet https://github.com/panjf2000/gnet/archive/master.zip
Or simply clone gnet with SSH
[email protected]:panjf2000/gnet.git