Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.36 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.36 KB

example-websocket Build Status

Collection of oatpp WebSocket examples.

In the box:

  • async-server - Asynchronous WebSocket server example.
  • async-server-rooms - Asynchronous Room-Based chat server.
  • server - Multithreaded WebSocket server example.
  • client - Simple WebSocket client example.
  • client-binance.com - Example client for reading crypto trading event stream from binance.com.
  • client-mbedtls - Secure WebSocket client example. TLS backend - MbedTLS.

See more: