|
1 | | -# example-websocket |
| 1 | +# example-websocket |
| 2 | + |
| 3 | +Collection of oatpp WebSocket examples. |
| 4 | + |
| 5 | +In the box: |
| 6 | + |
| 7 | +- [async-server](https://github.com/oatpp/example-websocket/tree/master/async-server) - Asynchronous WebSocket server example. |
| 8 | +- [server](https://github.com/oatpp/example-websocket/tree/master/server) - Multithreaded WebSocket server example. |
| 9 | +- [client](https://github.com/oatpp/example-websocket/tree/master/client) - Simple WebSocket client example. |
| 10 | +- [client-mbedtls](https://github.com/oatpp/example-websocket/tree/master/client-mbedtls) - Secure WebSocket client example. TLS backend - MbedTLS. |
| 11 | + |
| 12 | + |
| 13 | +See more: |
| 14 | + |
| 15 | +- [Oat++ Website](https://oatpp.io/) |
| 16 | +- [Oat++ Github Repository](https://github.com/oatpp/oatpp) |
| 17 | +- [Get Started With Oat++](https://oatpp.io/docs/start) |
0 commit comments