# async_web_server_cpp **Repository Path**: pppeee/async_web_server_cpp ## Basic Information - **Project Name**: async_web_server_cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: ros2-develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-25 - **Last Updated**: 2026-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README async_web_server_cpp ==================== #### Asynchronous Web/WebSocket Server in C++ An implementation of an HTTP web server in C++ built on top of the [Boost.Asio Library](http://www.boost.org/doc/libs/1_57_0/doc/html/boost_asio.html). It also provides the ability to handle websocket upgrade requests. ### License async_web_server_cpp is released with a BSD license. For full terms and conditions, see the [LICENSE](LICENSE) file. ### Original Authors This package is a fork from the now defunct [GT-RAIL async_web_server_cpp package](https://github.com/GT-RAIL/async_web_server_cpp). It was originally written by [Mitchell Wills](mailto:mwills@wpi.edu) and later maintained by [Russell Toris](mailto:russell.toris@gmail.com). It is maintained by [Timo Röhling](https://github.com/roehling/) now.