https://github.com/durydevelop/dwebsocket
cross-platform WebSocket library based on IXWebSocket and emscripten
https://github.com/durydevelop/dwebsocket
cpp cross-platform emscripten wasm websocket
Last synced: 12 months ago
JSON representation
cross-platform WebSocket library based on IXWebSocket and emscripten
- Host: GitHub
- URL: https://github.com/durydevelop/dwebsocket
- Owner: durydevelop
- Created: 2024-11-01T18:18:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-09T11:54:21.000Z (12 months ago)
- Last Synced: 2025-03-09T12:27:37.195Z (12 months ago)
- Topics: cpp, cross-platform, emscripten, wasm, websocket
- Language: CMake
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DWebSocket
DWebSocket is a C++ library built on top of [IXWebSocket](https://github.com/machinezone/IXWebSocket) with emscripten implementation for Web Assembly.
## Features
- Cross-platform: works on Windows, Linux, Linux Arm and Web Assembly.
- Ready to use **WebSocket Server** class.
- Ready to use **WebSocket Client** class.
## Dependencies
* [emscripten](https://emscripten.org/)
* [IXWebSocket](https://github.com/machinezone/IXWebSocket)
## How to use