Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oatpp/example-websocket
Collection of oatpp WebSocket examples
https://github.com/oatpp/example-websocket
async client cpp example oatpp server websocket
Last synced: about 2 months ago
JSON representation
Collection of oatpp WebSocket examples
- Host: GitHub
- URL: https://github.com/oatpp/example-websocket
- Owner: oatpp
- License: apache-2.0
- Created: 2019-06-07T13:14:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T21:30:13.000Z (8 months ago)
- Last Synced: 2024-10-29T22:50:38.427Z (about 2 months ago)
- Topics: async, client, cpp, example, oatpp, server, websocket
- Language: C++
- Homepage: https://oatpp.io/
- Size: 85 KB
- Stars: 53
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.