📄️ WEB Application Service
Http service component in ripple, used to build an Http service
📄️ WebSocket Service
Ripple supports operating WebSocket through the \Co\Net::WebSocket() method, which is used to process WebSocket services.
📄️ WebSocket Client
Ripple supports operating WebSocket through the \Co\Net::WebSocket() method, which is used to handle WebSocket client connections.
📄️ Guzzle client
ripple provides an easy-to-use HttpClient component that can be used to create HTTP client connections. It also supports features such as long connection pool and coroutine scheduling.