10 Forks
51 Stars
51 Watchers

asyncio

A C++ implementation of an industrial-grade high-performance asynchronous network library, based on asio, similar to Python's asyncio, designed for stateful services, and can be used to quickly build a variety of online game servers, microservices and pressure testing tools

How to download and setup asyncio

Open terminal and run command
git clone https://github.com/yongxin-ms/asyncio.git
git clone is used to create a copy or clone of asyncio 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 asyncio https://github.com/yongxin-ms/asyncio/archive/master.zip

Or simply clone asyncio with SSH
[email protected]:yongxin-ms/asyncio.git

If you have some problems with asyncio

You may open issue on asyncio support forum (system) here: https://github.com/yongxin-ms/asyncio/issues