This is an experimental version for using ASIO for drogon. It has not been fully tested yet.
Main features:
- Portable interface layer in drogon/portable.
- Modify and implement the portable interface in portable directory.
- Boost.ASIO implementation in portable/boost.
Notice:
- Use C++17 to compile this project.
- Tests doesn't work yet.
- Run helloworld project to check.