gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
How to download and setup gev
Open terminal and run command
git clone https://github.com/Allenxuxu/gev.git
git clone is used to create a copy or clone of gev 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 gev https://github.com/Allenxuxu/gev/archive/master.zip
Or simply clone gev with SSH
[email protected]:Allenxuxu/gev.git