# example-websocket **Repository Path**: yu3a/example-websocket ## Basic Information - **Project Name**: example-websocket - **Description**: Collection of oatpp WebSocket examples - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2021-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # example-websocket [![Build Status](https://dev.azure.com/lganzzzo/lganzzzo/_apis/build/status/oatpp.example-websocket?branchName=master)](https://dev.azure.com/lganzzzo/lganzzzo/_build/latest?definitionId=20&branchName=master) Collection of oatpp WebSocket examples. In the box: - [async-server](https://github.com/oatpp/example-websocket/tree/master/async-server) - Asynchronous WebSocket server example. - [async-server-rooms](https://github.com/oatpp/example-websocket/tree/master/async-server-rooms) - Asynchronous Room-Based chat server. - [server](https://github.com/oatpp/example-websocket/tree/master/server) - Multithreaded WebSocket server example. - [client](https://github.com/oatpp/example-websocket/tree/master/client) - Simple WebSocket client example. - [client-binance.com](https://github.com/oatpp/example-websocket/tree/master/client-binance.com) - Example client for reading crypto trading event stream from binance.com. - [client-mbedtls](https://github.com/oatpp/example-websocket/tree/master/client-mbedtls) - Secure WebSocket client example. TLS backend - MbedTLS. See more: - [Oat++ Website](https://oatpp.io/) - [Oat++ Github Repository](https://github.com/oatpp/oatpp) - [Get Started With Oat++](https://oatpp.io/docs/start) - [Can-Chat](https://github.com/lganzzzo/canchat) - Feature-complete rooms-based chat for tens of thousands users. Client plus Server.