mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Beast.WebSocket:
Beast.WebSocket provides developers with a robust WebSocket implementation built on Boost.Asio with a consistent asynchronous model using a modern C++ approach.
This commit is contained in:
@@ -26,7 +26,12 @@
|
||||
|
||||
namespace ripple {
|
||||
|
||||
/** Multi-threaded, asynchronous HTTP server. */
|
||||
/** A multi-protocol server.
|
||||
|
||||
This server maintains multiple configured listening ports,
|
||||
with each listening port allows for multiple protocols including
|
||||
HTTP, HTTP/S, WebSocket, Secure WebSocket, and the Peer protocol.
|
||||
*/
|
||||
class Server
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user