https://github.com/oatpp/oatpp-websocket
oatpp-websocket submodule.
https://github.com/oatpp/oatpp-websocket
cpp oatpp websocket websocket-client websocket-server
Last synced: 27 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T02:36:24.000Z (about 1 year ago)
- Last Synced: 2025-04-29T22:32:57.377Z (about 1 month ago)
- Topics: cpp, oatpp, websocket, websocket-client, websocket-server
- Language: C++
- Homepage: https://oatpp.io/
- Size: 166 KB
- Stars: 91
- Watchers: 11
- Forks: 33
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oatpp-websocket [](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