Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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