Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oatpp/oatpp-websocket
oatpp-websocket submodule.
https://github.com/oatpp/oatpp-websocket
cpp oatpp websocket websocket-client websocket-server
Last synced: 3 months ago
JSON representation
oatpp-websocket submodule.
- Host: GitHub
- URL: https://github.com/oatpp/oatpp-websocket
- Owner: oatpp
- License: apache-2.0
- Created: 2019-01-16T22:33:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T02:36:24.000Z (9 months ago)
- Last Synced: 2024-10-29T23:42:21.235Z (3 months ago)
- Topics: cpp, oatpp, websocket, websocket-client, websocket-server
- Language: C++
- Homepage: https://oatpp.io/
- Size: 166 KB
- Stars: 83
- Watchers: 11
- Forks: 32
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oatpp-websocket [![Build Status](https://dev.azure.com/lganzzzo/lganzzzo/_apis/build/status/oatpp.oatpp-websocket?branchName=master)](https://dev.azure.com/lganzzzo/lganzzzo/_build?definitionId=6&branchName=master)
**oatpp-websocket** - extension for **oatpp** web framework.
It provides WebSocket functionality for oatpp applications.See more:
- [Oat++ Website](https://oatpp.io/)
- [Oat++ Github Repository](https://github.com/oatpp/oatpp)
- [5 Million WebSockets benchmark](https://oatpp.io/benchmark/websocket/5-million/)## API
| API| Server|Client|
|---|:---:|:---:|
|Simple| + | + |
|Async | + | + |## Example
Please find the collection of WebSocket examples here - https://github.com/oatpp/example-websocket