Asio C++ library

Asio C++ library
Original author(s) Christopher M. Kohlhoff
Stable release 1.4.8 / February 22, 2011; 11 months ago (2011-02-22)
Preview release 1.5.3 / March 22, 2011; 10 months ago (2011-03-22)
Development status Active
Written in C++
Type library or framework
License Boost Software License

Asio is a freely available, open source, cross-platform C++ library for network programming. It provides developers with a consistent asynchronous I/O model using a modern C++ approach. Asio was accepted into the Boost library on 30 December 2005 after a 20-day review. The library has been developed by Christopher M. Kohlhoff since 2003. A networking proposal based on Asio was submitted to the C++ standards committee in 2006 for possible inclusion in the second Technical Report on C++ Library Extensions (TR2)[1].

Notes

  1. ^ C++ TR2 Networking Library Proposal

External links